Q.

Which of the following commands delete the files from the /tmp directory, issued by non-root user?

A. rmdir -rf /tmp/*
B. rm -rf /tmp/* -su
C. su -c “rm -rf /tmp/*”
D. su “rm -rf /tmp/*”
Answer» C. su -c “rm -rf /tmp/*”
1.6k
0
Do you find this helpful?
4

View all MCQs in

Linux and PHP

Discussion

No comments yet