1PVFS2-CHOWN(1) General Commands Manual PVFS2-CHOWN(1)
2
3
4
6 pvfs2-chown – modify the owner and group of files in OrangeFS volumes
7
9 pvfs2-chown [-v] user group filename(s)
10
12 The pvfs2-chown utility modifies the owner and group of the OrangeFS
13 files specified. The user and group are either numerical or symbolic.
14 Symbolic names will be looked up on the local system.
15
16 The options are as follows:
17
18 -v Print version number and exit.
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/passwd
33
34 /etc/pvfs2tab
35
37 Set a file's owner to user and group to group.
38
39 pvfs2-chown user group /mnt/foo
40
42 In a network of multiple clients, if the user database is not sychro‐
43 nized between systems, these settings will have little meaning. They
44 will be enforced, which can cause problems if this is not wanted.
45
46 Note that because OrangeFS is a network file system, any user with
47 access to the network may be able to circumvent file permissions.
48
50 Please submit bug reports to pvfs2-developers@beowulf-underground.org
51
53 chown(1), pvfs2-chmod(1), pvfs2-stat(1), pvfs2tab(5)
54
55
56
57 2017-06-30 PVFS2-CHOWN(1)