Carleton DeTar detar at physics.utah.edu
Logging on and Doing Windows
This lesson provides a first introduction to our laboratory SunRay
terminals, including how to log on and off, how to select and change
your password, and how to manipulate windows with the window manager.
If you are viewing this document with a browser, on the left frame you
should find navigation buttons that can help you move around in this
document.
We find that nearly all of our students are already familiar with
Apple's or Microsoft's windows system. Our Unix classes use the SUN
Software ``Java Desktop'' manager, which has a similar look and feel.
So we assume this level of familiarity.
If you didn't already have a Physics computer account before you
enrolled in your class, you should have received a sheet of paper with
your username and password. Students who registered late may have
been missed. Please see the instructor if you don't have your account
information.
See
instructions.
Old UCards had an embeded computer chip
(not the new invisible RFID chip - one that looks like a little gold
medallion). If you don't have such an old card, just skip this
paragraph. If it does, you will be able to save your session, which
might be useful. Although you don't need any card to log in to the
SunRay, if yours does have a chip, we recommend you insert it into the
SunRay slot before logging in. Your session is then identified by
your card. Remove it without logging off to end your session. Then
you can return to your unfinished session on any lab machine a few
hours later by just inserting your card. Still, it is a good idea to
save any essential files before you remove your card, since a power
failure will erase your session.
You should already see a login
screen. Enter your assigned login user name and password in the space
provided. Unix is case-sensitive, so be sure to type upper and lower
case exactly as given. If you are successful, you will get the window
manager screen. Our classes have adopted the Java Desktop manager as
a standard. If you see the Java logo coffee cup at the bottom left on
the Launch button, you have the Java Desktop. If not, see the next
paragraph to change it.
You shouldn't need to do
this, but if you get an unfamiliar window manager when you log in,
just log out. Then on the login Welcome screen, use the mouse to
select Options->Session->Java Desktop System. After that, enter your
username and password to log in.
If this is the first time you have
logged in, you must change your password. Do this in three
steps explained in the next four paragraphs: (1) Choose a good
password. (2) Open a terminal window. (3) Use the Unix passwd
command to make the change.
Your password is a string of
letters, numbers, and/or special characters that you can remember
easily but others would find it very difficult to guess. Unix
distinguishes upper and lowercase letters. For the sake of security
on this system, we urge you to choose your password wisely. Don't use
names and words found in dictionaries. A combination of letters and
numbers, upper and lowercase and/or special characters is good. Your
password should contain at least six characters. For example, you
could create a password from the first letters of a mnemonic phrase,
such as ``Ga,mmd!'' for ``Go ahead, make my day!''. (But don't use
this one, now! Make up your own.)
Open the root window menu by
right-clicking with the mouse in an empty space on your screen.
Select ``Open Terminal''.
The terminal window is the
basic interface for communicating with the shell. Any command or
other information you type will not be interpreted until you hit <Enter>. Before that, you may hit <Backspace> to redo the
previous character. To redo the entire command from the beginning,
hold down the <Ctrl> key while typing u. (This operation
is abbreviated C-u in these notes.)
After you have invented a new
password, type passwd<Enter> (it i.e. the letters passwd followd by the Enter key) at the prompt in a terminal window
to run the procedure that changes your password. You will first be
asked for your old password, then your new choice, and you will be
asked to repeat your new choice to verify that you didn't make a
typing mistake. You may change your password as often as you want
using this method. It takes about one hour for the change to take
effect, so you may have to continue to use your old password for a
while.