File:  [LON-CAPA] / doc / Attic / permissions
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jul 12 17:04:04 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, STABLE, HEAD
 - new file describing what the permisions should be

    1: permissions for _every file_ under public_html should be
    2: 
    3: -rw-rw-r--
    4: 
    5: permissions for _every dir_ under public_html and public_html should be
    6: 
    7: drwxrwsr-x
    8: 
    9: ownership for both files and directory should be either
   10: www:user
   11: or
   12: user:user
   13: 
   14: where user is the specific users name.
   15: 
   16: In /html/res/ is shuld be
   17: -rw-r--r--
   18: 
   19: and owned by
   20: 
   21: www:users
   22:  
   23: (and I mean 'users')

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