Answers for "how to grant permission to folder in ubuntu"

3

ubuntu add permission to folder

sudo chmod -R 777 /var/DirectoryName
Posted by: Guest on June-22-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 "how to grant permission to folder in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language