Chapter 7 (Using Network Clients) Flashcards
A program making requests
A Client
— is a terminal emulation program
Telnet
— is not designed to transfer any information between computers except your keystrokes as you type, and the characters that are displayed on the screen.
Telnet
—- lists the users that are logged in on all hosts attached to the local network that have the r-utilities networking features activated.
rwho
—- lists all hosts attached to the local network (that are using r-utilities) with the uptime for each
ruptime
— logs in to a remote host; very similar to telnet, but uses the r-utilities authentication methods described in this section.
rlogin
you can enter the — command with the -l option to specify the account name on oslo that you want to use.
rlogin
you can use the — command to execute a program on a remote host without logging in
rsh
to copy files between a host (r-utilities)
rcp
A — procedure is a procedure that can repeat itself indefinitely.
Recursive
The SSH package includes utilities such as —, which acts like rcp, letting you copy files between any two computers on your network with full encryption.
scp
This process of copying an entire website or FTP site is called —.
Mirroring
(wget command line option)
Download all supporting files to permit local display if a web page referred to on the wget command line.
-p
(wget command line option)
Converts links in a download web page so that they refer to the download supporting files (such as images)
-k
(wget command line option)
Retry the download the stated number of times if the download of the web page is interrupted for any reason.
-t 40
(wget command line option)
View web page header information as the page and other files are downloaded.
-s
(wget command line option)
Save downloaded web page header information to a file.
-s
(wget command line option)
Use recursive downloads
-r
(wget command line option)
Set the number of levels for recursive downloads; used with the -r option
-I 3
(FTP commands)
Turn on binary mode
Bin