Answers for "ubuntu inside all folders and files how to set permission"

1

how to change permissions for the whole folder in ubuntu

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

ubuntu permission all file in folder

sudo chmod -R 755 <PATH_TO_FOLDER>
Posted by: Guest on February-02-2022

Code answers related to "ubuntu inside all folders and files how to set permission"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language