pvfs2-rm - Man Page
pvfs2-rm – remove files
Synopsis
Description
The pvfs2-rm utilitiy deletes files in an OrangeFS volume.
The options are as follows:
- -r
Recursively delete all files in a directory tree.
- -f
Force deletion even if the current user does not own the file.
Environment
- PVFS2_DEBUGFILE
If set to the path of a local file, redirect debug output to it.
- PVFS2_DEBUGMASK
Set the OrangeFS debug mask. Possible masks are documented in pvfs2-set-debugmask(1).
- PVFS2TAB_FILE
If set, the full pathname for an alternate pvfs2tab file
Files
/etc/pvfs2tab
Examples
Remove the file /mnt/foo.
pvfs2-rm /mnt/foo
Remove the directory /mnt/foo and all files and directories within it.
pvfs2-rm -r /mnt/foo
Bugs
Please submit bug reports to pvfs2-developers@beowulf-underground.org
See Also
rm(1), pvfs2tab(5)
Info
2017-08-14