Skip to main content

File en Directory rechten

 

Belangrijke commando's;

chmod voorbeelden:

geef allen alle rechten op file01 aan owner

chmod u+rwx file01

chmod g-rwx file01

chmod o-rwx file01

chmod 700 file01
geef owner, groep en others alle rechten

chmod u+rwx file01

chmod g+rwx file01

chmod o+rwx file01

chmod 777 file01
geef alleen de owner en de groep leesrechten op file01

chmod u+r file01

chmod u-wx file01

chmod g+r file01

chmod g-wx file01

chmod o-rwx file01

chmod 440 file01
     

 

https://i.redd.it/vkxuqbatopk21.png