Answers for "ubuntu create directory with permissions"

4

ubuntu add permission to folder

sudo chmod -R 777 /var/DirectoryName
Posted by: Guest on June-22-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

ubuntu create directory with permissions

mkdir –m 0755 <dirname>
Posted by: Guest on February-21-2022

Code answers related to "ubuntu create directory with permissions"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language