Multiple Choice
Which of the following is true when using the mv command to move a file to a new location on the same filesystem?
A) It is not recommended because the filesystem could be corrupted
B) It is slow because the data has to be read and written
C) It is not recommended, and the cp command should be used instead It is not recommended, and the cp command should be used instead
D) It is very fast because only the directory entry needs updating
Correct Answer:

Verified
Correct Answer:
Verified
Q46: On a typical Linux system, where is
Q47: Which utility can be used to merge
Q48: Which of these items runs in user
Q49: What is the default standard user prompt
Q50: Which of these help documentation systems are
Q52: The at system is used to<br>A) set
Q53: Which loop type is the recommended way
Q54: What does the ctime of a file
Q55: Which special device provides a place for
Q56: When scripting in bash , it is