Answers for "add directory permissions linux user"

16

linux give permission to directory

sudo chmod -R a+rwx /path/to/folder
Posted by: Guest on June-08-2020
1

linux create directory with permissions

mkdir –m777 DirM
Posted by: Guest on August-13-2020

Code answers related to "add directory permissions linux user"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language