linux学习笔记(五):开机、关机、开机日志

一、关机:

    shutdown -h now

    halt

    init 0

二、重启:

    shutdown -r now

    reboot

    init 6

  这几个命令的详细差别待补充

 

三、开机日志

dmesg  查看保存在系统缓冲区中的开机信息

/var/log/dmesg  文件格式开机信息 

posted @ 2013-10-26 18:49  sleepyy  阅读(644)  评论(0编辑  收藏  举报