Unix Commands

Telnet is a program used to connect to and log into a remote computer.

Unlike the PC environment, UNIX is a case-sensitive environment. This means that file and folder names like mydoc.txt and MYDOC.TXT are considered different. That is, UNIX distinguishes between uppercase and lowercase letters in th e alphabet.

Unlike the Windows NT environment with all of its graphical images and color, UNIX is an unfriendly (image sounds from an old Tarzan flick here) text-based environment. Why do we use UNIX if it is so unfriendly?

 At Pitt, electronic mail is sent from there

 Web pages are stored there

 It's a permanent and safe place to store our files

 We will use UNIX's tools (e.g., unzip, archie, telnet, ftp, ...)

In order to communicate with the UNIX operating system we must become familiar with some basic commands.

Unix Commands