Unix Commands There are several Unix commands that you will need to become familiar with. chmodpermissionsfilename mkdir mkdirwill make a new directory. The command: mkdir public_html will make a new directory public_html as long as you have write access in the current directory. ...