Enhanced man page text for options -chmod, -chown, -chgrp
This commit is contained in:
parent
e14863d2e3
commit
672c876097
@ -313,13 +313,29 @@ Rename the given file objects in the ISO tree to the last
|
|||||||
argument in the list. Use the same rules as with shell command mv.
|
argument in the list. Use the same rules as with shell command mv.
|
||||||
.TP
|
.TP
|
||||||
\fB\-chown\fR uid iso_rr_path [...]
|
\fB\-chown\fR uid iso_rr_path [...]
|
||||||
Equivalent to shell command chown in the ISO image.
|
Set ownership of file objects in the ISO image. uid may either be a decimal
|
||||||
|
number or the name of a user known to the operating system.
|
||||||
.TP
|
.TP
|
||||||
\fB\-chgrp\fR gid iso_rr_path [...]
|
\fB\-chgrp\fR gid iso_rr_path [...]
|
||||||
Equivalent to shell command chgrp in the ISO image.
|
Set group attribute of file objects in the ISO image. gid may either be a
|
||||||
|
decimal number or the name of a group known to the operating system.
|
||||||
.TP
|
.TP
|
||||||
\fB\-chmod\fR mode iso_rr_path [...]
|
\fB\-chmod\fR mode iso_rr_path [...]
|
||||||
Equivalent to shell command chmod in the ISO image.
|
Equivalent to shell command chmod in the ISO image.
|
||||||
|
mode is either an octal number beginning with "0" or a comma separated
|
||||||
|
list of statements of the form [ugoa]*[+-=][rwxst]* . Like: go-rwx,u+rwx .
|
||||||
|
.br
|
||||||
|
.B Personalities:
|
||||||
|
u=user, g=group, o=others, a=all
|
||||||
|
.br
|
||||||
|
.B Operators:
|
||||||
|
+ adds given permissions, - revokes given permissions,
|
||||||
|
= revokes all old permissions and then adds the given ones.
|
||||||
|
.br
|
||||||
|
.B Permissions:
|
||||||
|
r=read, w=write, x=execute|inspect, s=setuid|setgid, t=sticky bit
|
||||||
|
.br
|
||||||
|
For octal numbers see man 2 stat.
|
||||||
.TP
|
.TP
|
||||||
\fB\-alter_date\fR type timestring iso_rr_path [...]
|
\fB\-alter_date\fR type timestring iso_rr_path [...]
|
||||||
Alter the date entries of a file in the ISO image. type is
|
Alter the date entries of a file in the ISO image. type is
|
||||||
|
Loading…
Reference in New Issue
Block a user