- Which of the following directories is the root directory?
A. /root/
B. /root
C. /home/root
D. /
- Which of the following commands is used to change to another directory?
A. pwd
B. change
C. cd
D. change dir
- Which of the following commands will print the current working directory?
A. print dir
B. pwd
C. display
D. cd
- Which of the following commands is used to print the content of a directory?
A. ls
B. which
C. whereis
D. cat
- Which of the following options can be used to display file and directory permissions, using the ls command?
A. -r
B. -b
C. -a
D. -l
- Which of the following options can be used to display hidden files and directories, with the ls command?
A. -l
B. -b
C. -a
D. -u
- Which of the following commands is used to remove a directory, even when it's not empty?
A. rmdir
B. rm
C. remove
D. mv
- Which of the following options are used to find and...