时间,关机重启及网络常识

  • 2020 年 10 月 26 日
  • 筆記
关机重启注销命令
 
时间更新
[root@web01 ~]# date                                   #查看时间
[root@web01 ~]# ntpdate  ntp.aliyun.com      #根据阿里云更新时间
 
关机:shutdown -h
 
[root@web01 ~]# shutdown -h 10         #10分钟后关机
 
[root@web01 ~]# shutdown -h now      #立刻关机
[root@web01 ~]# shutdown -h 0          #立刻关机
 
[root@web01 ~]# shutdown -h 10.00    #指定时间关机
 
[root@web01 ~]# init 0                        #立刻关机 根据运行级别
[root@web01 ~]# poweroff                  #立刻关机
[root@web01 ~]# halt                         #只关闭系统,需要手动关闭电源
[root@web01 ~]# halt  -p                    #完全关闭主机
 
取消关机: shutdown -c
 
 
重启:shutdown  -r
[root@web01 ~]# shutdown -r 10           #10分钟后重启
[root@web01 ~]# shutdown -r now        #立刻重启
[root@web01 ~]# shutdown -r 0            #立刻重启
 
[root@web01 ~]# shutdown -r 11.00       #指定时间重启
[root@web01 ~]# init 6                          #立刻重启 根据运行级别
[root@web01 ~]# reboot                        #立刻重启
 
 
注销命令 退出当前登录用户
ctrl键+ d                                                #退出 快捷键帮忙执行了一个logout命令
[root@web01 ~]# logout                         #退出 只能退出登录式xshell ,不能退出非登陆式xshell
[root@web01 ~]# exit                             #退出 主要用于脚本退出
 
 
 
三.显示系统IP地址的命令
 
##centos7        默认显示IP地址的命令
 
##centos6       默认显示IP地址的命令是ifconfig
 
[root@web01 ~]# ip address     简写==IP a        #显示网卡ip地址
 
[root@web01 ~]# ip   address   show   eth0       #显示指定网卡ip地址
简写== ip  a  s  eth0
 
 
[root@web01 ~]#yum  install -y  net-tools           #安装ifconfig命令的软件包
 
[root@web01 ~]# ifconfig                                   #显示所有网卡的命令
 
[root@web01 ~]# ifconfig eth0                           #获取指定某块网卡的指令
 
[root@web01 ~]# hostname                               #显示主机名
 
[root@web01 ~]# hostname -i                             #显示ip地址 ipv6  和  ipv4地址
fe80::d337:50f4:54d0:6a42%eth0 10.0.0.100
ipv6地址 ipv4地址
 
[root@web01 ~]# hostname -I                             #只显示 ipv4 地址
10.0.0.100
 
 
补充:##如何获取公网地址:
curl ifconfig.me
curl cip.cc
 
[root@web01 ~]# curl cip.cc
IP : 139.226.13.64
地址 : 中国 上海
运营商 : 联通
 
数据二 : 上海市 | 联通
 
数据三 : 中国上海上海 | 联通
 
URL : //www.cip.cc/139.226.13.64