Answers for "directory permissions ubuntu to wite"

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
-1

permission terminal ubuntu

chmod ugoa+rwx fichier3
Posted by: Guest on October-20-2020

Code answers related to "directory permissions ubuntu to wite"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language