McqMate
| 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/*” | |
View all MCQs in
Linux and PHPNo comments yet