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