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

CentOS Add a comment
jayce
asked Nov 28 2019

Answer

0

Use the following command

mkdir -m a=rwx <directory_name>
Add a comment
linuxhelp
asked Nov 28 2019
Post your Answer