Multiple Choice Question (MCQ)
Question: Write the Linux command to remove all the permission to the user and group on the directory 'software'?
A.
chmod ug - rwx software
B.
chmod ug - a software
C.
chmod ug - A software
D.
chmod ug - Rwx software
Correct Answer: chmod ug - rwx software