Enter your username and password (the password will not echo so that no one can read it over your shoulder) and you should see a few screens, then the desktop. When it asks which desktop you want, choose CDE (probably the default).
EXIT
button at the bottom of the screen (near the middle).
To change your password, you open up a terminal window to enter command lines. To do this, click the right mouse button on the desktop background - choose Tools - then choose Terminal. This will open a window with a command line prompt at the bottom like:
studsys.mscs.mu.edu >Next you type the command
passwd . This program
will ask you for your current password and then ask for a new
password (you'll type it twice to make sure you've got it
right). There is no way for us to find out this new password,
so be sure you'll remember it. If you write it down, keep it
somewhere safe. Also it's best not to write down the machine
name on the same paper.
Don't share your password with anyone!
bin . You can create folders in
this way whenever you want. To remove a folder, click the
right mouse button on the folder and choose Put In Trash .
/users/faculty/mikes/51/mcs-binto your new bin folder.
To do this, open a new File Manager. You will now have two File Manager windows open. In the first one, double click on your bin folder. In the second one, we want to find the files to copy. First double click on users at the top of the File Manager. Then double click on faculty and then mikes and then 51 . This is the folder named
/users/faculty/mikes/51where various things will be put during the semester.
The folder we want is mcs-bin, so click on that. You should see two files, 2col and noM . First click on 2col to highlight it. Now, hold down the Ctrl key to indicate that you want to work with more than one file, then click on noM, hold down both the Ctrl key and the mouse button, and drag from the second File Manager to the first.
This is also a good time to set up a projects folder. Move to your home directory and create a new folder named projects. Then, right click on projects and choose properties. The Permissions page (you can switch with buttons at the top) can be used to prohibit other users from seeing your project files. Remove read and execute permission for Group and Other, then click Apply (at the bottom) and OK.
Now, any folders which you create inside this project folder will be invisible to other users of studsys. This is a good place to work on homework assignments.
enscript . You should change mikes
in the middle of the line to your login name. Then choose
File - Save and then close the editor.
First copy the file mcs-profile from
/users/faculty/mikes/51into your home directory. Then, click on the name of this new file (in your directory and edit it to read
.profile .
This file will now run automatically each time you login. Right now, you should logout and login again (remember your new password!) to get some things reset (by the .profile).
@ followed by mscs.mu.edu .
You can read and send email using the GUI mailer, dtmail.
You start this by clicking on the letter tray at the bottom
of the screen. When you are asked to enter your password,
use the same one you login with. You should then see the
mailbox, probably with one welcome message in it.
Reading messages is pretty straight forward. To send a note,
choose Compose - New Message from the menus. Fill in the
To: line and Subject: . The Cc: line is to send copies to
other addresses. For instance, to send a note to me, you
would fill in mikes (a) mscs.mu.edu .
Type your message in the main box. Remember you can cut and paste from other windows, if you are trying to send complicated information. Also, use the Attachments menu to include existing files with your message. Choose Attachments - Add File... and then pick the file you want to attach. This is an especially good way to send Java source code, sample runs, and other homework items.
When the whole message is ready, click Send (at the bottom).