rmnfsproxy Command
Purpose
Removes a previously configured and mounted instance of a proxy-enabled Cachefs.
Syntax
/usr/sbin/rmnfsproxy Cachefs_mount_point
Description
The specified Cachefs mount is unmounted. The corresponding NFS client mount is also unmounted. Finally, all cached information created in the local file system is removed.
Note: If the Cachefs instance is NFS-exported, the
instance must first be unexported before running rmnfsproxy.
Parameters
Item | Description |
---|---|
Cachefs_mount_point | Specifies where the proxy-enabled Cachefs instance to be removed was mounted. |
Exit Status
Item | Description |
---|---|
0 | The command completed successfully. |
>0 | An error occurred. |
Examples
- To remove a previously configured
/proj1_cached
Cachefs instance, enter:rmnfsproxy /proj1_cached
Location
/usr/sbin/rmnfsproxy