New -as mkisofs options -uid and -gid
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISOFS 1 "Version 1.4.9, Oct 10, 2017"
|
||||
.TH XORRISOFS 1 "Version 1.4.9, Nov 17, 2017"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -407,6 +407,16 @@ Like \-\-sort\-weight\-list , but expanding the iso_rr_paths as
|
||||
shell parser patterns and applying \-\-sort\-weight to each
|
||||
matching file.
|
||||
.TP
|
||||
\fB\-uid\fR number|name
|
||||
Use the given number or locally existing user name as owner id of all files
|
||||
and directories in the emerging filesystem.
|
||||
Empty name or name "\-" revoke this feature.
|
||||
.TP
|
||||
\fB\-gid\fR number|name
|
||||
Use the given number or locally existing group name as group id of all files
|
||||
and directories in the emerging filesystem.
|
||||
Empty name or name "\-" revoke this feature.
|
||||
.TP
|
||||
\fB\-dir-mode\fR mode
|
||||
Set the access permissions for all directories in the image to the given
|
||||
mode which is either an octal number beginning with "0" or a comma separated
|
||||
|
Reference in New Issue
Block a user