Linux学习笔记11_系统操作优化相关命令复习

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux学习笔记11_系统操作优化相关命令复习相关的知识,希望对你有一定的参考价值。

关机 

poweroff         //直接关机 

shutdown        //系统1分钟后关闭(poweroff) 

shutdown [NUM]     //系统在参数设定的分钟数后关闭(poweroff) 

shutdown -H            //halt(系统关闭,主板未断电) 

shutdown -h now    //先halt再poweroff 

shutdown -r      //重启(reboot) 

shutdown -k     //只会发出关机提示信息,并不会真正关机(应用场景是??) 


2.重启 

shutdown -r 

reboot 


3.系统更新 

yum update -y  //无确认信息,默认yes 


4.软件安装

yum install vim tree telnet dos2unix sysstat lrzsz nc nmap -y  //推荐安装的软件包

----------------------------------------------------------------------------------------------- 


待更新


http://www.cnblogs.com/summergarden/archive/2013/01/12/2857754.html 

《reboot与shutdown -r now 区别与联系》


https://www.zhihu.com/question/22060662 

《Linux 下 halt, poweroff, shutdown 有什么区别?》 

---------------------------------------------------------------------------------------------- 


本文出自 “百叶的IT笔记” 博客,请务必保留此出处http://tripe.blog.51cto.com/2248780/1956126

以上是关于Linux学习笔记11_系统操作优化相关命令复习的主要内容,如果未能解决你的问题,请参考以下文章

Linux学习笔记4_基本文件操作命令复习2

Linux学习笔记10_基本命令复习6(mv,history,LANG)

Linux学习笔记6_基本命令复习1(alias unalias sourse)

Linux学习笔记8_三剑客命令的sed命令复习(替换)

Linux学习笔记7_基本命令复习2(seq sed awk)

Linux学习笔记1_Vmware下centos7找不到网卡的故障解决