| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 1M: System Administration Commands Oracle Solaris 11 Information Library |
- administrative control
/usr/sbin/uadmincmdfcn [mdep]
Theuadmin command provides control for basic administrative functions. This command istightly coupled to the system administration procedures and is not intended forgeneral use. It may be invoked only by the super-user.
Both thecmd (command) andfcn (function) arguments are converted to integersand passed to theuadmin system call. The optionalmdep (machine dependent)argument is only available for thecmd values of1 (A_REBOOT),2(A_SHUTDOWN), or5 (A_DUMP). For any othercmd value, nomdep command-lineargument is allowed.
When passing anmdep value that contains whitespaces, the string must begrouped together as a single argument enclosed within quotes, for example:
uadmin 1 1 “-s kernel/unix”
Seeattributes(5) for descriptions of the following attributes:
|
halt(1M),reboot(1M),uadmin(2),attributes(5)
Shutting down or halting the system by means ofuadmin does not update the boot archive. Avoid using this command after
editing of files such as/etc/system
installing new driver binaries or kernel binaries
updating existing driver binaries or kernel binaries.
Usereboot(1M) orhalt(1M) instead.
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |