梵醉浅黛

07 2021 档案

防火墙命令
摘要:1. 查看防火墙状态 firewall-cmd --state ## 结果显示为running或not running 2. 关闭防火墙firewall systemctl stop firewalld.service systemctl disable firewalld.service 3. 关 阅读全文

posted @ 2021-07-19 11:41 梵醉浅黛 阅读(704) 评论(0) 推荐(0)

Linux命令总结
摘要:关机指令:shutdown sync 将数据由内存同步到硬盘中 Linux中没有错误就代表操作成功 shutdown -h 10 计算机将在10分钟后关机 shutdown -h now 立马关机 shutdown -h 20:25 系统会在今天20:25关机 shutdown -h +10 十分钟 阅读全文

posted @ 2021-07-16 16:18 梵醉浅黛 阅读(83) 评论(0) 推荐(0)

导航