Answers for "create folder in linux terminal"

0

linux create directory

$sudo mkdir -m777 newFileName

777 is the permissions given to the file
For more info:( https://www.pluralsight.com/blog/it-ops/linux-file-permissions )
Posted by: Guest on February-01-2021
0

linux terminal create folder

mkdir mydirectory
Posted by: Guest on March-25-2021

Code answers related to "create folder in linux terminal"

Browse Popular Code Answers by Language