Searching...
Tuesday, April 29, 2014

Linux / Unix Permission Modes Table

Source From: BLog.CripperZ.SG http://blog.cripperz.sg/2014/04/30/linux-unix-permission-modes-table/
Every Permission 0000 to 0777 ^
This shows what each numeric permission does to a REGULAR file. I’ll provide the code to do this below so you can do the same thing on your server.

chmod 0
----------
chmod 1
---------x
chmod 2
--------w-
chmod 3
--------wx
chmod 4
-------r--
chmod ...
Linux / Unix Permission Modes Table
Read Complete Post From Source: BLog.CripperZ.SG

0 comments:

Post a Comment

 
Back to top!