Answers for "how to change permission of a folder linux"

15

linux give permission to folder

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

how to change permission of a folder linux

chmod 777 foldername 
#will give read, write, and execute permissions for everyone.
Posted by: Guest on April-06-2021

Code answers related to "how to change permission of a folder linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language