Student Accounts

From Research Computing Center Wiki
Revision as of 14:16, 15 July 2013 by Yhuang (talk | contribs)
Jump to navigation Jump to search

I copied the below refenced file to: /home/student/make_account.notes - GD 07/15/2013


From Yecheng, 07/15/2013:

mkdir -p /home/student/binf6005

chown arnold:student binf6005

mkdir -p /home/student/gene4220

chown arnold:student gene4220

perl /usr/local/acct/delta/createStudentPwd.pl -s 1 -e 30 -p /home/student/binf6005 >&1 | tee binf6005.log

perl /usr/local/acct/delta/createStudentPwd.pl -s 35 -e 55 -p /home/student/gene4220 >&1 | tee gene4220.log

  1. as root, at zclsuter, manually copy & paste binf6005.log top 3 parts.
  1. at zhead as root, scp zcluster passwd and shadow to zhead and push to all nodes.
  1. write Note at /home/student/UGA

Details logged at /home/rccstaff/yhuang/studentAcct/2013Fall/cmd.sh