11. b) cd
12. a) mv d1 d11
13. b) mv /dir1 /tmp
14. b) rm -fir /home/dir
15. a) True
11. The following command will move to the account home directory.
a) cd account/home
b) cd
c) cd /
d) move
12. ______ This command will rename and move the directory d1 to d11 (assume d11 does not exist):
a) mv d1 d11
b) cp d1 d11
c) renmove d1 d11
d) ren d1 d11
13. The following command will move dir1 directory from the root of the Linux file system to the /tmp directory. Curry location is unknown.
a) move /dir1 /tmp
b) mv /dir1 /tmp
c) mv dir1 /tmp
d) mov dir1 /tmp
14. The following command will remove the specified directory and all its content:
a) rmdir /home/dir
b) rm -fir /home/dir
c) rmdir -r /home/dir
d) rm /home/dir
15. Journaling is a feature that aids in file system recovery.
a) True
b) False
1 answer