Answers for "setting permissions for the home directory of user in linux"

22

linux give permission to folder

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

give root permission to program linux

sudo chmod u+s /usr/bin/software-center
Posted by: Guest on December-11-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 "setting permissions for the home directory of user in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language