Numeric Mode in Action

Enter a three-digit code to see the effect on the permissions.

chmod  testfile 

-rw-r--r-- testfile
 

Enter a combination of r, w, x, and - to see the corresponding numeric code.

- testfile

chmod 000 testfile

<< chmod by the Numbers Index