| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Unix

Page history last edited by jordan.thayer@... 15 years, 1 month 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.