Versions Compared

Key

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

...

File used to keep track of NFS network group privs. It use the ypgroup Unix databases

...

Code Block
netgroup <group_name>, e.g.
36cottrell@pinger:~>netgroup u-network-management
u-network-management
   (-,antony,)
   (-,cal,)
   (-,cottrell,)
   (-,cxg,)
   (-,jerrodw,)
   (-,kmartell,)

The above group is the one to enable users to logon to the special iepm hosts. It can only be updated by unix-admin.

The groups below are Unix groups (not netgroup) which was made available over the network by NIS (formerly YP). Les can manage unix groups via the ypgroup command.or

Code Block
ypmatch <group_name> group
ypmatch <group_name> netgroup, e.g.
35cottrell@pinger:~>ypmatch u-network-management netgroup
(-,antony,)     (-,cal,)        (-,cottrell,)   (-,cxg,)        (-,jerrodw,)    (-,kmartell,)

...