Unix Accounts

PIC Lab



Create a UNIX account to:

Your class might require a UNIX account (e.g., those that teach Perl or LISP).

PIC UNIX Servers

Use SSH Secure Shell to connect to x.pic.ucla.edu, where x is one of the servers listed here:

  • laguna (students, TA's and faculty)
  • malibu (master administrative site)
  • More information on SSH, including a link to download Windows software, is available here.

    Creating your UNIX Account

    This process doesn't really "create" the account, rather it sets the password for your account so you can log in for the first time. If you have an NT account you will also have a UNIX account already created (and you must now go through the following procedure to set the password).

    Please pre-select a strong password. It should be at least 8 characters long and must include upper and lower case letters, digits and punctuation. Do not use words from published dictionaries even in non-English languages. (Quenya is out, but you might get away with Khoisan.) Do not use place names or the names of people you know, or the name of your pet. Follow this link for more information and a link to a random password generator.

    [Unlike NT accounts, UNIX accounts are persistent. If you ever created a password in the past (even many quarters ago), you must log in as you did previously.]

    1. Log in with username "newuser", password "newuser".

    2. Follow the directions. You will be given a username and asked to create a password. Note that the rules for the password are complex. If you fail to choose a valid password after 3 tries, log in with newuser/newuser and try again.

    Notes:

    PIC E-mail Account

    By having any PIC account, you automatically have a new e-mail address: your_login_name@pic.ucla.edu. This address is distinct from your Bruin OnLine e-mail address.

    Quick Guide to Using UNIX

    UNIX is similar to DOS, but the command keywords are often different. Consult the following table, or this Unix warmup [by Professor M.J. Mossinghoff] to get started.

    UNIX Command Description Similar DOS Command(s)
    cd directory Change directory SAME
    ls List files in current directory dir /w
    ls -l Detailed file listing dir
    ls -a Include hidden files in the list dir /a; attrib
    rm filename delete a file del
    mkdir / rmdir creates / removes a directory md / rd
    cp source dest copy a file copy source [dest]
    mv source dest rename / move a file move, ren
    pico simple text editor edit

    Feedback
    PIC Lab home
    UCLA Department of Mathematics
    Program in Computing - PIC Lab
    2817 Boelter Hall / 310-825-7267
    This page last updated: September 23, 2005