Quick User Guide home  |   search  |   help  

Lab Location / Remote Access / Printing / XP Environment / UNIX Environment

Know how to change your password and do not give it to anyone.

LAB LOCATION & HOURS

Location Hours
  2664 BH  WinXP PC Lab
  3760 BH  WinXP PC Lab (Instructional use ONLY)
  4404 BH  WinXP PC Lab
  4405 BH  Linux PC Lab
  4442 BH  WinXP PC Lab
  Mon 10am - 11pm
  Tue  8am - 11pm
  Wed  8am - 11pm
  Thu  8am - 11pm
  Fri  8am -  6pm
  Sat  9am -  9pm
  Sun  1pm - 11pm
During Spring Break, Summer Vacation, and in between quarters, labs are open 9am - 5pm and closed on weekends.
Labs are closed by discretion of the SEASnet staff on University holidays. Lab holiday hours will be posted on /etc/motd.
SEASnet lab 2664BH will extend it's hours to accomodate student needs until 2am from 5th - 10th week seven days a week.

Remote Access

Printing

Location 2684 BH 3760 BH 4404 BH 4405 BH 4442 BH
Printer Name pr2664-1, pr2664-2 pr3760-1 pr4404-1, pr4404-2 pr4405-1 pr4442-1, pr4442-2

From UNIX lpr -Pprinter_name filename
Example: lpr -Ppr2664-1 homework1.ps
From Windows From the menu bar,
click File => Print => select the nearest printer => click ok

XP Environment

UNIX Environment

UNIX Commands
Command Description
ls dir List current (or specified) directory
ls -al dir Show long listing of current (or specified) directory
cd Change to home directory
cd dir Change to specified directory
pwd Show present working directory
mkdir dir Make specified directory
rm file1 ... n Remove file(s)
rm -r dir1 ... n Remove directory or directories
cp file1 file2 Make a copy of file1 called file2
mv file1 file2 Rename file1 to file2
mv dir1 dir2 Rename dir1 to dir2
mv file dir Move file to directory
chmod ugo file Change read, write, execute permissions
chmod ugo dir r(read)=4, w(write)=2, x(execute)=1
Add permissions, so 3=write and execute
Example: chmod 711 ~/www
~ Same as home directory.
Example:cd ~/www
. Same as current directory.
Example: cp ~/test .
.. Same as directory above.
Example: cd ../../
* Same as all files.
Example: chmod 711 *
| pipe output of one program to another.
Example: ls -al | grep word | more
passwd Change password
pqi Paper quota info
showdq Show disk quota
clear Clear the screen

TIPS


SEASnet Help Desk, 2684 Boelter Hall (310)206-6864