File:  [LON-CAPA] / doc / Attic / adding_a_author.txt
Revision 1.1: download - view: text, annotated - select for diffs
Wed Apr 11 19:15:19 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- decription of the steps need to make a new author

    1: As root:
    2: 
    3: # adduser horvath
    4: # passwd horvath
    5: # vigr
    6:    (add www to the horvath group)
    7: # cat /etc/passwd | grep horvath
    8:    (note userid number)
    9: # vi /etc/smbpasswd
   10:    (add another entry use the above userid)
   11: # smbpasswd horvath
   12: # su - horvath
   13: > chmod g+x .
   14: > mkdir public_html
   15: 
   16: Login as a Domian Coordinator
   17: goto /adm/createuser
   18: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>