** Commands run locally ** alias attu="ssh jessica@attu.cs.washington.edu" nano .bashrc less .bashrc attu cat > file4.txt less file4.txt rm file4.txt nano .bashrc alias less ~/.bashrc source ~/.bashrc touch file4.txt ls -l file4.txt umask chmod 777 file4.txt chmod 000 file4.txt chmod 400 file4.txt ls -l sparticus.txt ls -l file4.txt chmod 000 file4.txt ls -l file4.txt chown root file4.txt sudo chown root file4.txt ls -l file4.txt cat file4.txt rm file4.txt scp sparticus.txt jessica@barb.cs.washington.edu:/cse/www/education/courses/390a/11sp ssh barb.cs.washington.edu ** Commands run on attu ** pico .plan clear finger jessica less /etc/passwd less /etc/passwd | grep jessica hostname groups grep cse373 /etc/group less /etc/group touch testfile.txt ls -l testfile.txt groups chgrp dub testfile.txt ls -l testfile.txt chgrp ai testfile.txt