0

How To create a directory with setting a permisson on CentOS

I need to set a directory with a permsion while creating a directory . what is command to create a directory

jayce
asked Nov 28, 2019
1 Answer
0

Use the following command

mkdir -m a=rwx <directory_name>
View More
linuxhelp
answered Nov 28, 2019
Your Answer
||||
 
100:0