1DPNS-CHGRP(1) DPNS User Commands DPNS-CHGRP(1)
2
3
4
6 dpns-chgrp - change group ownership of a DPNS directory/file in the
7 name server
8
10 dpns-chgrp [-h] [-R] group path...
11
13 dpns-chgrp sets the group ownership of a DPNS directory/file in the
14 name server to the value of group.
15
16 To change the group ID, the effective user ID of the process must match
17 the owner ID of the file and the new group must be in the list of
18 groups the caller belong to or the caller must have ADMIN privilege in
19 the Cupv database.
20
21 group is either a valid group name or a valid numeric ID.
22
23 path specifies the DPNS pathname. If path does not start with /, it
24 is prefixed by the content of the DPNS_HOME environment vari‐
25 able.
26
28 The following options are supported:
29
30 -h If path is a symbolic link, changes the ownership of the link
31 itself.
32
33 -R Recursive mode.
34
36 This program returns 0 if the operation was successful or >0 if the
37 operation failed.
38
40 Castor_limits(4), dpns_chown(3), Cupvlist(1)
41
43 LCG Grid Deployment Team
44
45
46
47DPNS $Date: 2007/01/13 10:35:39 $ DPNS-CHGRP(1)