案例1:时间格式化显示
[root@localhost ~]# date +"%Y-%m-%d %H:%M:%S"
2023-02-08 16:16:51
[root@wj logs]# date '+%F'
2024-08-22
[root@wj ~]# date +%d/%b/%Y:%H:%M
08/1月/2025:15:48
案例2:临时修改时间
[root@wj logs]# date
2024年 08月 22日 星期四 15:13:52 CST
[root@wj logs]# date -s '2024-08-23 00:00'
2024年 08月 23日 星期五 00:00:00 CST
案例3:时间同步
[root@wj ~]# yum install ntpdat
[root@wj ~]# ntpdate ntp.aliyun.com
22 Aug 16:03:46 ntpdate[22897]: step time server 203.107.6.88 offset -635389.395748 sec
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容