1PVFS2-TOUCH(1) General Commands Manual PVFS2-TOUCH(1)
2
3
4
6 pvfs2-touch – create files
7
9 pvfs2-touch [-lr] pvfs2_filename[s]
10
12 The pvfs2-touch utility creates empty files. It does not update modi‐
13 fication and access times on extant files as touch(1) does.
14
15 The options are as follows:
16
17 -l Use list layout.
18
19 -r Use random layout.
20
22 PVFS2_DEBUGFILE
23 If set to the path of a local file, redirect debug output to it.
24
25 PVFS2_DEBUGMASK
26 Set the OrangeFS debug mask. Possible masks are documented in
27 pvfs2-set-debugmask(1).
28
29 PVFS2TAB_FILE
30 If set, the full pathname for an alternate pvfs2tab file
31
33 /etc/pvfs2tab
34
36 Create the empty file /mnt/foo.
37
38 pvfs2-touch /mnt/foo
39
41 Please submit bug reports to pvfs2-developers@beowulf-underground.org
42
44 touch(1), pvfs2-viewdist(1), pvfs2-write(1), pvfs2tab(5)
45
46
47
48 2017-08-11 PVFS2-TOUCH(1)