Answers for "how to make a directory with permissions in linux"

22

linux give permission to folder

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

linux create directory with permissions

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

Code answers related to "how to make a directory with permissions in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language