Question #1947

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
Explanation

No explanation provided.