1PVFS2-LN(1) General Commands Manual PVFS2-LN(1)
2
3
4
6 pvfs2-ln – create a soft link in an OrangeFS volume
7
9 pvfs2-ln -s [-Vvh] target link_name
10
12 The pvfs2-ln utility creates a soft link (symlink) at link_name which
13 points to target where target will be in an OrangeFS volume. The
14 link_name may refer to files across file systems and even non-existent
15 files.
16
17 The options are as follows:
18
19 -V Display verbose messages.
20
21 -v Print version number and exit.
22
23 -h Display synopsis.
24
26 PVFS2_DEBUGFILE
27 If set to the path of a local file, redirect debug output to it.
28
29 PVFS2_DEBUGMASK
30 Set the OrangeFS debug mask. Possible masks are documented in
31 pvfs2-set-debugmask(1).
32
33 PVFS2TAB_FILE
34 If set, the full pathname for an alternate pvfs2tab file
35
37 /etc/pvfs2tab
38
40 Create a link at /mnt/bar referring to the file /mnt/foo referring to
41 it by a relative path.
42
43 pvfs2-ln -s foo /mnt/bar
44
45 Create a link at /mnt/bar referring to the file /etc/motd which is not
46 in the OrangeFS volume.
47
48 pvfs2-ln -s /etc/motd /mnt/bar
49
51 A link to a file outside of the OrangeFS volume will refer to a differ‐
52 ent file if the file system is mounted at different mount points or on
53 different machines.
54
56 Please submit bug reports to pvfs2-developers@beowulf-underground.org
57
59 ln(1), pvfs2-cp(1), pvfs2tab(5)
60
61
62
63 2017-06-30 PVFS2-LN(1)