

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following commands delete the files from the /tmp directory, issued by non-root user? |
A. | rm -rf /tmp/* -su |
B. | rmdir -rf /tmp/* |
C. | su "rm -rf /tmp/*" |
D. | su -c "rm -rf /tmp/*" |
Answer» C. su "rm -rf /tmp/*" | |