UNH AI Wiki

 

Unix

Page history last edited by jordan.thayer@... 7 mos ago

You should have an account at the CS dept and be a member of the group \"ai\". So if you set the group of your files to \"ai\" (chgrp -R ai foodir) and make them group-readable (chmod -R r+g foodir), then you should be able to share them with the rest of the group.

 

Wheeler has some configuration files here.

 

Commands to know:

  • pwd, ls, cd, mv, rm, cp, less
  • man
  • chgrp, chmod, ls -ltr, and groups
  • ps -fu
  • top, w, rup
  • kill
  • du -k
  • tar cf - dir | (cd other-dir ; tar xvf -)

 

Standard files and their use:

 

Filename Purpose
.cshrc Configuration file for C Shell
.bashrc Configuration file for Bash (Bourne Again Shell)
.emacs Configuration file for Emacs
.ocmrc Configuration file for ocm, an ocaml build tool
.plan Displayed whenever someone fingers you

 

Comments (0)

You don't have permission to comment on this page.