Red hat Linux 重启、关机、退出X、启动X 命令

重启
reboot
shutdown 
-r now
init 
6
关机
shutdown -h now
init 
0
退出
init 3 

启动X

init  5
start x


 

 

 

 

 

 

 

 

 

 

 

你可能感兴趣的:(Red hat Linux 重启、关机、退出X、启动X 命令)