Answers for "chmod change permissions of all files in directory"

1

how to change permissions for the whole folder in ubuntu

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

find change permissions to subdirectories

sudo find /var/www/html -type d -exec chmod 755 {} \;
Posted by: Guest on June-16-2020

Code answers related to "chmod change permissions of all files in directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language