3
rated 0 times
[
3]
[
0]
/ answers: 1 / hits: 986
/ 1 Year ago, tue, july 5, 2022, 4:26:01
man
page for wget
says
NAME
Wget - The non-interactive network downloader.
DESCRIPTION
Wget is non-interactive, meaning that it can work in the background,
while the user is not logged on. This allows you to start a retrieval
and disconnect from the system, letting Wget finish the work. By
contrast, most of the Web browsers require constant user's presence,
which can be a great hindrance when transferring a lot of data.
wget
is an example of non-interactive program I know. Now my question is,
- How can
wget
be used without user logged on? - How does non-interactive programs work?
More From » wget