查看系统监听的tcp协议的端口:ss -tnl
查看IP地址信息:ifconfig
查看网络防火墙:iptables -L -n
禁用网络防火墙:systemctl disable firewalld.service
停止网络防火墙:systemctl stop firewalld.service (执行此步骤先执行上面的禁用)
查看shell的类型:echo $SHELL
查看系统监听的tcp协议的端口:ss -tnl
查看IP地址信息:ifconfig
查看网络防火墙:iptables -L -n
禁用网络防火墙:systemctl disable firewalld.service
停止网络防火墙:systemctl stop firewalld.service (执行此步骤先执行上面的禁用)
查看shell的类型:echo $SHELL
本文标题:linux网路基础操作命令
本文链接:https://www.haomeiwen.com/subject/hnagyqtx.html
网友评论