cdwith
mkdir cs241
cd cs241
mkdir project0
chmod 700 project0or
chmod go-rwx project0To get detalied help for the chmod command, type chmod --help
ls -alCheck the access attributes in the first column of the listing; it should look like the following:
drwx------ 3 radu cs241graders 4096 Sep 2 18:34 project0
umask 007