Open System Services NFS SCF Reference Manual
SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual—522582-001
2-24
Example
the EXPORT object itself should be deleted by using the DELETE EXPORT
command.
Example
The following command alters the EXPORT access list for the server mounted at /usr as
follows:
•
Allows a netgroup named labs and a host machine named warehs to issue remote
mounts against directories maintained by that server.
•
Disallows remote mounts of that server by the host machine named dist.
->ALTER EXPORT $ZNFS./usr, ADD-ACCESS (labs, warehs) &
-> , DEL-ACCESS dist
ALTER GROUP Command
The ALTER GROUP command changes attribute values associated with the specified
GROUP object.
The ALTER GROUP command has the following syntax:
For a GROUP object, attribute-spec can be:
GROUP group-name
specifies the name of the GROUP object whose attributes are to be altered.
ADD-MEMBER { user-name }
{ ( user-name [ , user-name ]... ) }
specifies the names of group members to be added to the group.
DEL-MEMBER { user-name }
{ ( user-name [ , user-name ]... ) }
specifies the names of group members to be deleted from the group.
Considerations
Consider the following points when using the ALTER GROUP command:
•
ALTER GROUP is a sensitive command requiring super-group access.
ALTER GROUP group-name [ [ , attribute-spec ]... ]
[ ADD-MEMBER { user-name }
{ ( user-name [ , user-name ]... ) } ]
[ DEL-MEMBER { user-name }
{ ( user-name [ , user-name ]... ) } ]