Linux中的 shutdown reboot关机命令
一路求学网 http://www.16qiuxue.com 阅览次数: 110次 08-24 16:44:16
标签:操作系统教程,操作系统的功能,http://www.16qiuxue.com
Linux中的 shutdown reboot关机命令,
shutdown语法:
/sbin/shutdown[-t秒][-arkhncfF时间][警告信息]
eg:
/sbin/shutdown -h 10 ’Server will be shutdowned after 10 mins’
man下的参数:
OPTIONS
-r Requests that the system be rebooted after it has been brought down.
-h Requests that the system be either halted or powered off after it has
been brought down, with the choice as to which left up to the system.
-H Requests that the system be halted after it has been brought down.
-P Requests that the system be powered off after it has been brought down.
-c Cancels a running shutdown. TIME is not specified with this option, the
first argument is MESSAGE.
-k Only send out the warning messages and disable logins, do not actually
bring the system down.
eg:
shutdown -h now/0
shutdown -h 10:00 /*10点关机
shutdown -h +10 10mins后关机
shutdown -r now (reboot at once)
shutdown -r +30 ’System will reboot in 30mins’
shutdown -k ’System will reboot’(发送警告信息)
reboot命令
shutdown -r now几乎与reboot相同,关机之前输入回填指令:
sync;sync;sync;reboot
fsck - check and repair a Linux file system
fsck /dev/hda7:
To clear the wrong disk block of /dev/hda7 (单人单机模式root)shutdown reboot关机命令
shutdown语法:
/sbin/shutdown[-t秒][-arkhncfF时间][警告信息]
eg:
/sbin/shutdown -h 10 ’Server will be shutdowned after 10 mins’
man下的参数:
OPTIONS
-r Requests that the system be rebooted after it has been brought down.
-h Requests that the system be either halted or powered off after it has
been brought down, with the choice as to which left up to the system.
-H Requests that the system be halted after it has been brought down.
-P Requests that the system be powered off after it has been brought down.
-c Cancels a running shutdown. TIME is not specified with this option, the
first argument is MESSAGE.
-k Only send out the warning messages and disable logins, do not actually
bring the system down.
eg:
shutdown -h now/0
shutdown -h 10:00 /*10点关机
shutdown -h +10 10mins后关机
shutdown -r now (reboot at once)
shutdown -r +30 ’System will reboot in 30mins’
shutdown -k ’System will reboot’(发送警告信息)
reboot命令
shutdown -r now几乎与reboot相同,关机之前输入回填指令:
sync;sync;sync;reboot
fsck - check and repair a Linux file system
fsck /dev/hda7:
To clear the wrong disk block of /dev/hda7 (单人单机模式root)
,Linux中的 shutdown reboot关机命令
shutdown语法:
/sbin/shutdown[-t秒][-arkhncfF时间][警告信息]
eg:
/sbin/shutdown -h 10 ’Server will be shutdowned after 10 mins’
man下的参数:
OPTIONS
-r Requests that the system be rebooted after it has been brought down.
-h Requests that the system be either halted or powered off after it has
been brought down, with the choice as to which left up to the system.
-H Requests that the system be halted after it has been brought down.
-P Requests that the system be powered off after it has been brought down.
-c Cancels a running shutdown. TIME is not specified with this option, the
first argument is MESSAGE.
-k Only send out the warning messages and disable logins, do not actually
bring the system down.
eg:
shutdown -h now/0
shutdown -h 10:00 /*10点关机
shutdown -h +10 10mins后关机
shutdown -r now (reboot at once)
shutdown -r +30 ’System will reboot in 30mins’
shutdown -k ’System will reboot’(发送警告信息)
reboot命令
shutdown -r now几乎与reboot相同,关机之前输入回填指令:
sync;sync;sync;reboot
fsck - check and repair a Linux file system
fsck /dev/hda7:
To clear the wrong disk block of /dev/hda7 (单人单机模式root)shutdown reboot关机命令
shutdown语法:
/sbin/shutdown[-t秒][-arkhncfF时间][警告信息]
eg:
/sbin/shutdown -h 10 ’Server will be shutdowned after 10 mins’
man下的参数:
OPTIONS
-r Requests that the system be rebooted after it has been brought down.
-h Requests that the system be either halted or powered off after it has
been brought down, with the choice as to which left up to the system.
-H Requests that the system be halted after it has been brought down.
-P Requests that the system be powered off after it has been brought down.
-c Cancels a running shutdown. TIME is not specified with this option, the
first argument is MESSAGE.
-k Only send out the warning messages and disable logins, do not actually
bring the system down.
eg:
shutdown -h now/0
shutdown -h 10:00 /*10点关机
shutdown -h +10 10mins后关机
shutdown -r now (reboot at once)
shutdown -r +30 ’System will reboot in 30mins’
shutdown -k ’System will reboot’(发送警告信息)
reboot命令
shutdown -r now几乎与reboot相同,关机之前输入回填指令:
sync;sync;sync;reboot
fsck - check and repair a Linux file system
fsck /dev/hda7:
To clear the wrong disk block of /dev/hda7 (单人单机模式root)
,Linux中的 shutdown reboot关机命令
《Linux中的 shutdown reboot关机命令》相关文章
- Linux中的 shutdown reboot关机命令
- › 在Linux中网络参数的意义
- › 在Linux路由上怎么设置IP和MAC绑定?
- › Linux磁盘管理使用技巧
- › Linux中的 shutdown reboot关机命令
- › Linux系统管理命令
- › 如何一个硬盘上安装两个Linux操作系统
- › 在Linux系统的网络上共享计算机
- › Linux系统刷新主板BIOS的方法
- 在百度中搜索相关文章:Linux中的 shutdown reboot关机命令
- 在谷歌中搜索相关文章:Linux中的 shutdown reboot关机命令
- 在soso中搜索相关文章:Linux中的 shutdown reboot关机命令
- 在搜狗中搜索相关文章:Linux中的 shutdown reboot关机命令
- tag: 操作系统,操作系统教程,操作系统的功能,电脑学习 - 操作系统