Creating New Accounts

SEP Home

About SEP
People
Research
Courses
Software
Internal Info
SEP WWW
SEP Computing
linux
CEES-SEP
Back-ups
NODE CLONING
CLUSTER BUILDING
NODE UPGRADING
Comp. Environ.
Configuring Mail
Computer Maint.
Makefiles
Mathematica FAQ
Matlab FAQ
Other info
New Accounts
Cluster node allocation
Using pod
Printing
Python Task Force
UNIX Setup



Only someone who is a superuser can create a new account. Good examples of these all-powerful beings are currently Bill, Alejandro, Guojian, Bob, and Jeff. Here's the procedure:

Become root on koko!

  1. Add an entry to /etc/passwd, with no passwd (which means user::234:454) where 234 is the user ID (add it under the CLASS ACCOUNT or SEP or whatever section in the password file. Make sure to check that the user id is not already in use)
  2. Add a corresponding entry to /etc/group
  3. Add the user name to valid mail aliases in /usr/local/share/admin/mail/aliases.fixed
  4. Run ./makealiases
  5. passwd newuser
  6. mkdir /homes/sep/newuser (or /homes/them/newuser or whatever)
  7. chown newuser.group /homes/sep/newuser (or /homes/them/newuser or whatever)
  8. Log in as the new user (ssh newuser@koko)
  9. cd /usr/local/share/setup/skel
  10. ./install_setup
  11. cd ~
  12. /usr/local/share/setup/skel/machine_dep
  13. log out and back in as new user again, everything should be set.



© 2007 , Stanford Exploration Project
Department of Geophysics
Stanford University

Modified: 10/25/07, 15:05:10 PDT , by bill
Page Maintainer: Marie Prucha `AT' sep.stanford.edu