~cs326/bin/subX asX.ss
This should copy your asX.ss to us and print a message saying so.
spider:413 tmp> ~cs326/bin/sub0 as0.ss
I am sushil
Done Copying...bye
spider:414 tmp>
You should not have to change permissions on as0.ss or on
your directory. For example, here's the result of typeing ls -al
in the direcory containing as0.ss.
spider:414 tmp> ls -la
total 6
drwx------ 2 sushil staff 512 Aug 30 12:05 ./
drwxr-xr-x 16 sushil staff 512 Aug 25 15:34 ../
-rw------- 1 sushil staff 445 Aug 22 14:03 as0.ss
spider:415 tmp>