Answers for "change permission to a folder in ubuntu"

4

ubuntu add permission to folder

sudo chmod -R 777 /var/DirectoryName
Posted by: Guest on June-22-2021
1

how to change permissions for the whole folder in ubuntu

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

how assign permission to a folder and all contents in ubuntu|linux

only change the no(like 777,775 etc) according to your need 
current scenior i am giving full permission to file/sub-directories
chmod -R 777 your_directory_name
Posted by: Guest on November-30-2021
0

giving permission to folder in ubuntu

chmod -R a+rwx path
Posted by: Guest on April-27-2022

Code answers related to "change permission to a folder in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language