Utility Post

Some Basic Linux Commands

 Make directories – mkdir Usage mkdir [OPTION] DIRECTORY Options Create the DIRECTORY(ies), if they do not already exist.  Mandatory arguments to long options are mandatory for short options too.  -m, mode=MODE  set permission mode (as in chmod), not rwxrwxrwx – umask  -p, parents  no error if existing, make

Full Article