Answers for "linux create directory and set permissions"

18

linux give permission to folder

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 "linux create directory and set permissions"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language