Author:
Per Stenebo
Created:
2014-10-05 09:25:35
Modified:
2017-04-16 12:59:03
sv

chmod

| ss64 man page | ubuntu man page | wikipedia |

Ändra rättigheter på mapp rekursivt (ugo | +- | rwx):

chmod -R u+x mappnamn/

 

# Permission rwx
7 read, write and execute rwx
6 read and write rw-
5 read and execute r-x
4 read only r--
3 write and execute -wx
2 write only -w-
1 execute only --x
0 none ---

 

Comments to page chmod