mkdir stock # make a new directory
chmod 700 stock # set permissions
cd stock # move to that directory
cp /u/cs126/files/stock/* . # copy all files to current directory
Do not type the human annotations in the right column, but be sure to leave a
space between the