1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
| -c, –changes
Prints information about files that are changed
-f, –silent, –quiet
Prevents error messages displaying about files that cannot be changed
–help
Prints the help message & exits
-R, –recursive
traverse subdirectories recursively. applying changes
–reference=filename
Change the group to that associated with filename. In this case, newgroup is not specified.
-v, –verbose
Verbosely describe the ownership changes
–version
Print version information and then exit
|