Basic use of the command line (shutdown restart)

Source: Internet
Author: User

[[Email protected] ~] # shutdown [options] Time option:-C:Cancel Shutdown Command    - H:turn off the machineHalt - R: Restartreboot
Example: # shutdown-h now        shut down now .    # shutdown- H20;30        Timer shutdown    # shutdown-c                Cancel ShutdownNote: Only reboots on the server cannot be turned off, the shutdown command suggests using shutdown.
Other shutdown commands: [[email protected] ~]# halt[[email protected] ~]# PoweroffDirect Power off[[Email protected] ~]# init 0
Other restart commands [[email protected] ~]# reboot[[email protected] ~]# Init 6
system Run Level0    turn off the machine1    Single User (f8,windows security mode, root user)2    not fully multi-user, without NFS service (network file systerm)3    full multi-user4    Not assigned5    graphical Interface (X11)6     Restart
[email protected] ~]# VI/etc/inittab#修改系统默认运行级别 Id:3:initdefault: (Be careful not to easily modify, carefully do not delete ":", modified 0 and 6 cannot be the default )
[email protected] ~]# RunLevel#查询系统运行级别
[[email protected] ~]# Init 3#切换运行级别
[[email protected] ~]# logout# Exit login command
  
 
  1. [[email protected] ~]# runlevel 
  2. N 3(N(none),表示是直接启动,其前面没有切换过运行级别,和下边的3 3有区别)
  3. [[email protected] ~]# init 3
  4. [[email protected] ~]# runlevel 
  5. 3 3




From for notes (Wiz)

Basic use of the command line (shutdown restart)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.