Unix and Linux Discussions Tagged with reboot |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
6,048 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,387 |
Shell Programming and Scripting |
|
|
|
1 |
9,545 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,633 |
Shell Programming and Scripting |
|
|
|
3 |
1,236 |
Shell Programming and Scripting |
|
|
|
3 |
1,871 |
Shell Programming and Scripting |
|
|
|
13 |
7,255 |
AIX |
|
|
|
4 |
8,015 |
AIX |
|
|
|
2 |
5,686 |
HP-UX |
|
|
|
11 |
14,495 |
Debian |
|
|
|
5 |
5,952 |
Solaris |
|
|
|
6 |
6,843 |
AIX |
|
|
|
1 |
2,253 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
8,053 |
Solaris |
|
|
|
6 |
5,986 |
Solaris |
|
|
|
14 |
22,013 |
Solaris |
|
|
|
8 |
12,086 |
Linux |
|
|
|
1 |
3,581 |
HP-UX |
|
|
|
2 |
26,837 |
Windows & DOS: Issues & Discussions |
|
|
|
8 |
19,286 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
9,170 |
Solaris |
|
|
|
6 |
7,154 |
AIX |
|
|
|
6 |
9,854 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
152,871 |
SuSE |
|
|
|
0 |
2,133 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
13,043 |
Programming |
|
|
|
11 |
10,208 |
Solaris |
|
|
|
0 |
5,543 |
Solaris |
|
|
|
5 |
10,372 |
Solaris |
|
|
|
6 |
8,666 |
Shell Programming and Scripting |
|
|
|
0 |
1,639 |
UNIX and Linux RSS News |
|
|
|
1 |
2,844 |
Solaris |
|
|
|
1 |
3,515 |
AIX |
|
|
|
2 |
4,883 |
Linux |
|
|
|
1 |
7,579 |
Ubuntu |
|
|
|
2 |
3,185 |
Shell Programming and Scripting |
|
|
|
4 |
5,929 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
11,613 |
AIX |
|
|
|
3 |
30,160 |
AIX |
|
|
|
4 |
37,075 |
Solaris |
reboot(8) System Manager's Manual reboot(8)
NAME
reboot - Restarts the machine
SYNOPSIS
/usr/sbin/reboot [-dlnq]
DESCRIPTION
When the system is running and multiple users are logged in, use the shutdown -r command to perform a reboot operation. If no users are
logged in, use the reboot command.
The reboot command normally stops all running processes, syncs the disks, logs the reboot, and writes a shutdown entry in the login
accounting file, /var/adm/wtmp.
The reboot command uses the sync call to synchronize the disks, and to perform other shutdown activities such as resynchronizing the hard-
ware time-of-day clock. After these activities, the system reboots. By default, the system starts and the file systems are automatically
checked. If the start-up activities are successful, the system comes up in the default run-level.
You must have root privileges to use this command. Using the -n flag can result in file system damage.
FLAGS
Generates a crash dump of the system before halting it. Can be used with any of the other flags. Does not log the reboot using syslog
Does not sync the disks or log the reboot using syslog Performs a quick reboot without first shutting down running processes; does not log
the reboot using syslog
EXAMPLES
To enable the default reboot action, enter: reboot This command causes the system to stop all running processes, sync the disks, log the
shutdown, and perform other routine shutdown and reboot activities. To shut down the system without logging the reboot, enter: reboot -l
This command shuts down the system and performs all shutdown and reboot activities, except logging the shutdown. To reboot the system
abruptly, enter: reboot -q This command reboots the system abruptly without shutting down running processes.
FILES
Specifies the command path Specifies the login accounting file Specifies the path of the syslog daemon
RELATED INFORMATION
Commands: fsck(8), halt(8), init(8), savecore(8) shutdown(8), syslogd(8)
Functions: reboot(2), sync(2), syslog(3) delim off
reboot(8)