The two commands gunzip foo and gzip -d foo do the same thing. True or 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
The command tar zcvf backup.tar.gz ~ will archive which of the following in the file backup.tar.gz?
A. The user's home directory
B. The user's entire home directory tree
C. The entire hard disk
D. The entire partition the user's home directory resides in
Which command will show you the type of the file named some_file?
A. identify some_file
B. locate some_file
C. file some_file
D. diff some_file