1PVFS2-RM(1) General Commands Manual PVFS2-RM(1)
2
3
4
6 pvfs2-rm – remove files
7
9 pvfs2-rm [-rf] pvfs2_filename[s]
10
12 The pvfs2-rm utilitiy deletes files in an OrangeFS volume.
13
14 The options are as follows:
15
16 -r Recursively delete all files in a directory tree.
17
18 -f Force deletion even if the current user does not own the file.
19
21 PVFS2_DEBUGFILE
22 If set to the path of a local file, redirect debug output to it.
23
24 PVFS2_DEBUGMASK
25 Set the OrangeFS debug mask. Possible masks are documented in
26 pvfs2-set-debugmask(1).
27
28 PVFS2TAB_FILE
29 If set, the full pathname for an alternate pvfs2tab file
30
32 /etc/pvfs2tab
33
35 Remove the file /mnt/foo.
36
37 pvfs2-rm /mnt/foo
38
39 Remove the directory /mnt/foo and all files and directories within it.
40
41 pvfs2-rm -r /mnt/foo
42
44 Please submit bug reports to pvfs2-developers@beowulf-underground.org
45
47 rm(1), pvfs2tab(5)
48
49
50
51 2017-08-14 PVFS2-RM(1)