CS Account Information

To register for an account:

Accessible CS machines:

The account provides:

How and where to access?

Some suggested software for accessing your CS account remotely

Recommendations in account usage:


Here's a sample set of commands for creating assignment directories in the unix environment:

Log in to your CS account and do the following:
  (folder names are suggested -- yours don't have to match mine)
 
create a directory for use with your courese:  mkdir cgs3416
change permissions on the folder to restrict access:  chmod 700 cgs3416
switch to the new directory: cd cgs3416
create a directory for the first assignment: mkdir prog1
switch to the new directory: cd prog1