Answers for "ubuntu permission to directory"

3

ubuntu add permission to folder

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

how to change permissions for the whole folder in ubuntu

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

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

Code answers related to "ubuntu permission to directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language