linux 常用命令
Posted Java学长
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 常用命令相关的知识,希望对你有一定的参考价值。
centos 7关闭防火墙
systemctl stop firewalld.service
查看防火墙状态
systemctl status firewalld.service
解压
tar -zvxf xxx.tar.gz
查看安装的centos的操作系统版本
cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
以上是关于linux 常用命令的主要内容,如果未能解决你的问题,请参考以下文章