4.1 Setup UNIX account |
You need to establish a connection to the system. In today's environment there are several ways to connect. Once you have reached the system, go on to the next step -- logging on to the system.
You are welcome to use any UNIX system that you have access to.
gort
From a terminal in BUS R6 or your home system (206-6613) connect to a terminal server. Get the systems attention:
When you get the terminal server connect to gort.<return><return>
You may need to use the address (144.90.66.69).Local>telnet gort
Local>telnet 144.90.66.69
telnet://gort.cscwc.pima.edu
as a URL from most web
browser programs. The web browser must have a telnet application
configured.
g
for "go".
At the URL prompt type in telnet://gort.cscwc.pima.edu
. Many
public access systems provide access to lynx
. These include
Sabio at the University of Arizona, Tucson Pima Library, Pima Community
College Library, and PimaInfo.
ortelnet gort.cscwc.pima.edu
telnet 144.90.66.69
You should have the "login:" message at this point. Your username is: first initial, last name -- no space between -- maximum 8 characters total, all lower case. Enter your username followed by a carriage return or enter. The system will prompt you for your password. Your initial password is: student services number -- no hyphens. Enter your password followed by a carriage return or enter. The system will not echo your password. If you do not get logged on try again a few times, then see the lab about your account on gort.
The prompt from the system is programmable. In the following examples I will use:
for the system prompt. On gort my prompt looks like:gort:~>
Your actual prompt may have other information and look quite a bit different.[51] gort:/usr/users/ltaber/ >
Choose an 8 character password with digits, upper case, and lower case characters. Use the passwd command.
gort:~>
passwd
Your account will have several files in it when you log on for the first time. These files all start with a ".". This is the UNIX version of a hidden file. To "see" these files you will need to do a ls -al command. ls (list) is the UNIX directory command.
ls -al
gort:~>
grep your-username /etc/passwd | lpr
gort:~>
exit
Place the lab in the instructor hand-in box in BUS R6E, the "terminal room".your-name Louis Taber CSC137 Lab 4.1: Setup UNIX account
4.1 Setup UNIX account |