Multiple Choice
Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root?
A) find /tmp -uid root -print
B) find -path /tmp -uid root
C) find /tmp -user root -print
D) find /tmp -user root
E) find -path /tmp -user root print
Correct Answer:

Verified
Correct Answer:
Verified
Q94: Which signal is sent by the kill
Q95: Which of the following commands brings a
Q96: When in Normal mode in vi ,
Q97: Which of the following commands print the
Q98: What can the Logical Volume Manager (LVM)
Q99: What is the purpose of the Filesystem
Q102: Which of the following are filesystems which
Q103: What does the command grub-install /dev/sda do?<br>A)
Q104: Which of the following options must be
Q138: When running the command sed -e "s/a/b/"