-
Notifications
You must be signed in to change notification settings - Fork 0
/
halt.html
18 lines (18 loc) · 933 Bytes
/
halt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html><head><title>Thobias' Home Page</title></head>
<body bgcolor="black" text="#DEDEDE">
<font face="Courier" color="#FFFFFF">
[guest@thobias guest]$ sudo shutdown -h now<br>
<br>
Broadcast message from root (pts/7)<br><br>
The system is going down to maintenance mode NOW !!<br><br>
INIT: Switching to runlevel: 0<br>
INIT: Sending processes the TERM signal<br><br>
Stop httpd: [ <font color="#00FF00">OK</font> ]<br>
Stop network: [ <font color="#00FF00">OK</font> ]<br>
Unmounting filesystem... [ <font color="#00FF00">OK</font> ]<br>
Sending all processes the KILL signal<br>
Halting system...<br>
Power down.<br>
</font>
</body>
</html>