Mentioned Solaris and system dependent drive permission settings
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
@c The first line gets discarded.
|
||||
@c Line start "@c man " will become "", the remainder is put out unaltered.
|
||||
@c Lines "@*" will be converted to ".br"
|
||||
@c @c man-ignore-lines N will discard N following lines.
|
||||
@c "@c man-ignore-lines N" will discard N following lines.
|
||||
@c "@c man-ignore-lines begin" discards all following lines
|
||||
@c up to "@c man-ignore-lines end".
|
||||
@c Line blocks of "@menu" "@end menu" will be discarded.
|
||||
@ -44,7 +44,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "May 22, 2010"
|
||||
@c man .TH XORRISO 1 "Jun 10, 2010"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -410,6 +410,10 @@ On FreeBSD the device files have names like
|
||||
@*
|
||||
-dev /dev/cd0
|
||||
@*
|
||||
On OpenSolaris:
|
||||
@*
|
||||
-dev /dev/rdsk/c4t0d0s2
|
||||
@*
|
||||
Get a list of accessible drives by command
|
||||
@*
|
||||
-devices
|
||||
@ -3766,7 +3770,7 @@ Personality "@strong{mkisofs}" accepts the options listed with:
|
||||
Among them: -R (always on), -r, -J, -o, -M, -C, -path-list, -m, -exclude-list,
|
||||
-f, -print-size, -pad, -no-pad, -V, -v, -version, -graft-points, -z,
|
||||
-no-emul-boot, -b, -c, -boot-info-table, -boot-load-size, -input-charset, -G,
|
||||
-output-charset, pathspecs as with xorriso -add.
|
||||
-output-charset, -U, pathspecs as with xorriso -add.
|
||||
A lot of options are not supported and lead to failure of the mkisofs
|
||||
emulation. Some are ignored, but better do not rely on this tolerance.
|
||||
@*
|
||||
@ -4206,8 +4210,10 @@ Use text as name of this program and perform -help.
|
||||
@c man .B As superuser learn about available drives
|
||||
@node ExDevices, ExCreate, Frontend, Examples
|
||||
@section As superuser learn about available drives
|
||||
Consider to give rw permissions to those users or groups
|
||||
On Linux or FreeBSD consider to give rw-permissions to those users or groups
|
||||
which shall be able to use the drives with xorriso.
|
||||
On Solaris use pfexec. Consider to restrict privileges of xorriso to
|
||||
"base,sys_devices" and to give r-permission to user or group.
|
||||
@*
|
||||
@sp 1
|
||||
$ xorriso -devices
|
||||
@ -4886,7 +4892,7 @@ for libburnia-project.org
|
||||
@section Copyright
|
||||
Copyright (c) 2007 - 2010 Thomas Schmitt
|
||||
@*
|
||||
Permission is granted to distrubute this text freely. It shall only be
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of xorriso. If you make use
|
||||
of the license to derive modified versions of xorriso then you are entitled
|
||||
to modify this text under that same license.
|
||||
|
Reference in New Issue
Block a user