Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Purpose 

 afs path

contact(s) 

 SVN access

 /afs/slac/g/scs/net/netmon/repo/svn

 Cottrell

 

 

 

 

 

 

 

 

 

To see the names of groups and privileges on a particular directory, issue the command:

fs la <directory>, e.g.

fs la .

...

jerrodw@pinger $ fs la /afs/slac/g/scs/net/pinger/
Access list for /afs/slac/g/scs/net/pinger/ is
Normal rights:
  maint-pkg-netmon rlidwk
  g-scs rlidwka
  system:slac rl
  system:administrators rlidwka
  system:authuser rl
jerrodw@pinger $

To view members of a particular group listed from 'fs la', issue the command:

pts mem <group_name>, e.g.

jerrodw@pinger $ pts mem maint-pkg-netmon
Members of maint-pkg-netmon (id: -4786) are:
  <list of user_id's belonging to this group>
jerrodw@pinger $

To add users to a particular group (only if you have privileges of course), issue the command:

pts adduser -group <group_name> -user <user_id>

...