Monday 26 August 2019

how to change the current folder permission, eg. create folder

sudo chmod -R ugo+rw ./*

 

===

sudo chmod 777 ./folder, everyone can access the folder

sudo chmod 700 ./folder, only login user can access the folder, guest cannot access other user folder, restrict to logged user only

No comments:

Post a Comment