Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man8/drvconfig.8
Real path: /usr/share/man/man8/drvconfig.8
Zurück
'\" te .\" Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved. .TH drvconfig 8 "11 Aug 2014" "Oracle Solaris 11.4" "System Administration Commands" .SH NAME drvconfig \- apply permission and ownership changes to devices .SH SYNOPSIS .LP .nf \fBdrvconfig\fR [\fB-bn\fR] [\fB-a\fR \fIalias_name\fR] [\fB-c\fR \fIclass_name\fR] [\fB-i\fR \fIdrivername\fR] [\fB-m\fR \fImajor_num\fR] [\fB-r\fR \fIroot_dir\fR] .fi .SH DESCRIPTION .sp .LP \fBdevfsadm\fR(8) is now the preferred command and should be used instead of \fBdrvconfig\fR. .sp .LP The default operation of \fBdrvconfig\fR is to apply permission and ownership changes to devices. Normally, this command is run automatically after a new driver has been installed (with \fBadd_drv\fR(8)) and the system has been rebooted. .SH OPTIONS .sp .LP The following options are supported: .sp .ne 2 .mk .na \fB\fB-a\fR\fIalias_name\fR\fR .ad .RS 16n .rt Add the name \fIalias_name\fR to the list of aliases that this driver is known by. This option, if used, must be used with the \fB-m\fR \fImajor_num\fR, the \fB-b\fR and the \fB-i\fR \fIdrivername\fR options. .RE .sp .ne 2 .mk .na \fB\fB-b\fR\fR .ad .RS 16n .rt Add a new major number to name binding into the kernel's internal \fBname_to_major\fR tables. This option is not normally used directly, but is used by other utilities such as \fBadd_drv\fR(8). Use of the \fB-b\fR option requires that \fB-i\fR and \fB-m\fR be used also. No \fB/devices\fR entries are created. .RE .sp .ne 2 .mk .na \fB\fB-c\fR\fIclass_name\fR\fR .ad .RS 16n .rt The driver being added to the system exports the class \fIclass_name\fR. This option is not normally used directly, but is used by other utilities. It is only effective when used with the \fB-b\fR option. .RE .sp .ne 2 .mk .na \fB\fB-i\fR\fIdrivername\fR\fR .ad .RS 16n .rt Only configure the devices for the named driver. The following options are used by the implementation of \fBadd_drv\fR(8) and \fBrem_drv\fR(8), and may not be supported in future versions of Solaris: .RE .sp .ne 2 .mk .na \fB\fB-m\fR\fImajor_num\fR\fR .ad .RS 16n .rt Specify the major number \fImajor_num\fR for this driver to add to the kernel's \fBname_to_major\fR binding tables. .RE .sp .ne 2 .mk .na \fB\fB-n\fR\fR .ad .RS 16n .rt Do not try to load and attach any drivers, or if the \fB-i\fR option is given, do not try to attach the driver named \fIdrivername\fR. .RE .sp .ne 2 .mk .na \fB\fB-r\fR\fIroot_dir\fR\fR .ad .RS 16n .rt Perform operations under \fIroot_dir\fR, rather than directly under \fBroot\fR. .RE .SH EXIT STATUS .sp .ne 2 .mk .na \fB\fB0\fR\fR .ad .RS 12n .rt Successful completion. .RE .sp .ne 2 .mk .na \fBnon-zero\fR .ad .RS 12n .rt An error occurred. .RE .SH FILES .sp .ne 2 .mk .na \fB\fB/devices\fR\fR .ad .RS 23n .rt Device nodes directory .RE .sp .ne 2 .mk .na \fB\fB/etc/minor_perm\fR\fR .ad .RS 23n .rt Minor mode permissions .RE .sp .ne 2 .mk .na \fB\fB/etc/name_to_major\fR\fR .ad .RS 23n .rt Major number binding .RE .sp .ne 2 .mk .na \fB\fB/etc/driver_classes\fR\fR .ad .RS 23n .rt Driver class binding file .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/device-administration .TE .sp .SH SEE ALSO .sp .LP \fBsh\fR(1), \fBdevfs\fR(4FS), \fBpath_to_inst\fR(5), \fBattributes\fR(7), \fBadd_drv\fR(8), \fBmodinfo\fR(8), \fBmodload\fR(8), \fBmodunload\fR(8), \fBrem_drv\fR(8), \fBupdate_drv\fR(8)