2019年04月的文章

技术

centos配置备忘(2022年3月8日更新)

bbm 发布于 2019-04-24

常用命令 nmcli connection show #显示当前网络连接 systemctl status 服务名 #检测是否开启了某项服务,例:systemctl status sshd iptables --line -nvxL #查到当前所有规则 ifup eth0 #启用网卡eth0 ifdown eth0 #禁用网卡eth0 tar –cvf jpg.tar *.jp...

阅读(3381)评论(0)赞 (1)