Basic Unix Commands
A brief recap on the commands we have covered. Additional reference is included in the extended text. The most essential command is to use Secure Shell to access the remote machine. The syntax for this is :
ssh username@ipaddress
For example, when a user (sally) wants to connect to a machine with the IP address 10.10.0.5, the command is:
ssh sally@10.10.0.5
http://www.ee.surrey.ac.uk/Teaching/Unix/unix1.html
http://mally.stanford.edu/~sr/computing/basic-unix.html
http://www.indiana.edu/~uitspubs/b017/

