Google News
logo
Unix - Quiz(MCQ)
Which symbol is used to change permissions for hidden files in Unix?
A)
.
B)
*
C)
$
D)
&

Correct Answer :   .


Explanation : To change permissions for hidden files, use the (.) symbol with chmod command.
 

$ chmod 755  .    // works on hidden files​

Advertisement