Script started on Sun Mar 9 16:15:10 2008 iMac:~> ssh -l csc3610mw qubit.cs.gsu.edu csc3610mw@qubit.cs.gsu.edu's password: bash-3.00$ pwd /home/csc3610mw bash-3.00$ ls -l total 24 -rw-r--r-- 1 csc3610mw student 939 Mar 9 16:14 file1 -rw-r--r-- 1 csc3610mw student 1090 Mar 9 16:14 file2 -rw-r--r-- 1 csc3610mw student 98 Mar 9 16:16 README.txt bash-3.00$ cat README.txt File 1 contains the code ... File 2 has the header information... -John F. Doe, March 12, 2008 bash-3.00$ tar cvf project8.tar file1 file2 README.txt file1 file2 README.txt bash-3.00$ ls -l project8* -rw-r--r-- 1 csc3610mw student 10240 Mar 9 16:16 project8.tar bash-3.00$ /home/cscmcw/update_project project8.tar submit: copying the file submit: changing file permissions. submit: allowing cscmcw to access this file, using -m submit: now checking to see if it is there. -rwxrwx---+ 1 csc3610mw student 10240 Mar 9 16:17 /home/cscmcw/proj4110/project8.tar Yes, it was submitted. bash-3.00$ exit Script done on Sun Mar 9 16:20:16 2008