Answers for "grant file permission to specific user in linux"

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
1

change permissions for specific file types linux

find . -name "*.sh" -exec chmod +x {} \;
Posted by: Guest on July-15-2020

Code answers related to "grant file permission to specific user in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language