976 wget http://courses.cs.washington.edu/courses/cse391/20sp/lectures/8/lec08Files.zip 977 ls 978 unzip lec08Files.zip 979 whoami 980 id 981 users 982 finger 983 groups 984 ps 985 users 986 ps -u bmoch 987 top 988 ls 989 kill ps 990 users 991 whoami 992 pwd 993 ls -la 994 vim .bash_profile 995 logout 996 vim .bash_profile 997 cd /cse/web/courses/cse391/20sp/ 998 cd 999 alias 391="cd /cse/web/courses/cse391/20sp" 1000 391 1001 pwd 1002 ls 1003 cd 1004 ls 1005 alias 391="/cse/web/courses/cse391/20sp" 1006 cd 391 1007 alias 391="cd /cse/web/courses/cse391/20sp" 1008 vim .bash_profile 1009 echo $PATH 1010 whereis grep 1011 asdf 1012 ls 1013 cd 8 1014 ls 1015 chmod +x run.sh 1016 ls 1017 ./run.sh 1018 cd 1019 ls 1020 cd 8 1021 ls 1022 ls -la 1023 ./simple.sh 1024 chmod g-x run.sh 1025 ls -la 1026 chmod g+xw run.sh 1027 ls -la 1028 chmod g-xw run.sh 1029 chmod g-rx, o+w run.sh 1030 chmod g-rx,o+w run.sh 1031 sudo 1032 su 1033 chmod 740 run.sh 1034 ls -la 1035 chmod ug+rwx,o+r,o-wx run.sh 1036 ls -la 1037 chmod 774 run.sh 1038 cd 1039 ls -la 1040 ls /homes/iws/zorahf 1041 tmux 1042 ls 1043 history 1044 history > commands.txt