linux操作常用命令

Posted itdreamer

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux操作常用命令相关的知识,希望对你有一定的参考价值。

此篇文章是根据自己经常使用的命令进行记录备忘,不断更新

防火墙(centos7)

永久开放某个端口号:

firewall-cmd --zone=public --add-port=8080/tcp --permanent

永久关闭某个端口号:

firewall-cmd --zone= public --remove-port=8080/tcp --permanent

打开防火墙:

systemctl start firewalld

关闭防火墙:

systemctl stop firewalld

查看防火墙状态:

systemctl status firewalld

 

以上是关于linux操作常用命令的主要内容,如果未能解决你的问题,请参考以下文章

Linux系统常用操作命令都有哪些

超实用 Linux 常用命令

linux常用命令集(用户和组操作,共15个)

Linux常用命令与详解

linux最常用命令

Linux:Linux 常用命令讲解