Answers for "change the permission for all the files in a folder chmod"

0

how to change permissions for the whole folder in ubuntu

sudo chmod -R 777 DirectoryName
Posted by: Guest on July-23-2021
1

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 "change the permission for all the files in a folder chmod"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language