Google News
logo
Unix - Quiz(MCQ)
In UNIX, which command is used to change the permissions of a file?
A)
ch
B)
chgrp
C)
chown
D)
chmod

Correct Answer :   chmod


Explanation : The chmod (change mode) command is used to change the permissions of files. This command can only be run by the owner of the file or by the super user.

Advertisement