Open System Services NFS SCF Reference Manual

SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual522582-001
2-38
Considerations
The DELETE EXPORT command has the following syntax:
EXPORT export-name
specifies the name of the EXPORT object to be deleted.
Considerations
Consider the following points when using the DELETE EXPORT command:
DELETE EXPORT is a sensitive command requiring super-ID access.
Example
The following command deletes an EXPORT object named labs:
->DELETE EXPORT $ZNFS.labs
DELETE GROUP Command
The DELETE GROUP command removes specified GROUP objects from the OSS NFS
subsystem.
The DELETE GROUP command has the following syntax:
GROUP group-name
specifies the name of the GROUP object to be deleted.
Considerations
Consider the following points when using the DELETE GROUP command:
DELETE GROUP is a sensitive command requiring super-group access.
The DELETE GROUP command does not delete the USER objects that are
members of the group. You delete USER objects by using the DELETE USER
command.
Example
The following command deletes a group named writers:
->DELETE GROUP $ZNFS.writers
DELETE EXPORT export-name
DELETE GROUP group-name