1RFCHMOD(1) Rfio User Commands RFCHMOD(1)
2
3
4
6 rfchmod - change file access permission
7
9 rfchmod mode file...
10
12 rfchmod provides an interface to the shift remote file I/O daemon
13 (rfiod) for changing the file access permission, so called file mode.
14
15 mode argument allows users to specify the file access permission
16 applied to the file. Only the absolute octal representation of
17 the file access permission is supported. For values of mode,
18 see chmod(1).
19
20 file argument is either a remote file name of the form:
21
22 hostname:path
23
24 or a local file name (not containing the :/ character combina‐
25 tion).
26
27 Modification of the file access permission require authorisation.
28
30 chmod(1), rfio_chmod(3).
31
33 LCG Grid Deployment Team
34
35
36
37LCG $Date: 2005/03/31 13:13:01 $ RFCHMOD(1)