Which of the following are text mode email clients widely available in Linux? Select all answers that apply.
A. mutt
B. Evolution
C. mail
D. Claws Mail
查看答案
Which two of the following are common protocols used to access emails stored on a remote mail server? Select all answers that apply.
A. mutt
B. POP
C. mail
D. IMAP
The two commands gunzip foo and gzip -d foo do the same thing. True or False?
A. True
B. False
While copying one directory to a similar directory on another system over the network, rsync copies:
All files
B. All subdirectories
C. All files and subdirectories that have changed
D. Only the parts of all files and subdirectories that have changed
Which of the following commands will compress all the files in some_dir, along with all of the files in all the directories under it?
A. $ gzip *
B. $ gzip -r some_dir
C. $ gzip -d some_dir
D. $ gunzip some_dir