Five, linux system: Remote Management command

shutdown			#关机(默认一分钟之后关闭)
shutdown -c			#取消关机
shutdown now		#马上关机
shutdown 10			#在10分钟后关闭
shutdown 20:35		#在今天的20:35关机
shutdown -r			#重新启动
shutdown -r now		#马上重启

——查看网卡配置信息
ifconfig			#查看当前计算机的配置信息
ifconfig | grep inet     #查看IP地址

——检测网络链接
ping ip地址			#检测目标IP地址的连接是否正常
#通常用于检测2台计算机之间的链接是否通畅,数值越大代表越慢

Sort out personal notes, if any errors are found, correct me welcome message, thank you!

Published 47 original articles · won praise 74 · views 7912

Guess you like

Origin blog.csdn.net/Jacky_kplin/article/details/104744805