1LFC-CHGRP(1) LFC User Commands LFC-CHGRP(1)
2
3
4
6 lfc-chgrp - change group ownership of a LFC directory/file in the name
7 server
8
10 lfc-chgrp [-h] [-R] group path...
11
13 lfc-chgrp sets the group ownership of a LFC directory/file in the name
14 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 LFC pathname. If path does not start with /, it
24 is prefixed by the content of the LFC_HOME environment variable.
25
27 The following options are supported:
28
29 -h If path is a symbolic link, changes the ownership of the link
30 itself.
31
32 -R Recursive mode.
33
35 This program returns 0 if the operation was successful or >0 if the
36 operation failed.
37
39 Castor_limits(4), lfc_chown(3), Cupvlist(1)
40
42 LCG Grid Deployment Team
43
44
45
46LFC $Date: 2007/01/13 10:35:39 $ LFC-CHGRP(1)