Answers for "give a user permission to a directory and its contents linux"

16

linux give permission to folder

sudo chmod -R a+rwx /path/to/folder
Posted by: Guest on June-08-2020
1

how to give all permission to a directory in linux

sudo chmod -R ugo+rwx /path/to/folder

// @Zenonymous
Posted by: Guest on December-17-2021
1

how to give permission to a user in linux on a folder

sudo chmod u+w myfolder
Posted by: Guest on October-28-2020

Code answers related to "give a user permission to a directory and its contents linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language