November 21, 2007

Basic Unix Commands

terminal2.pngA 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

Continue reading "Basic Unix Commands" »