Centos

Posted 今天是昨天的果

tags:

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

cmd命令

①services iptables status 查看 iptables的状态 

   :unrecognized service 表示尚未安装

②find -name iptables  查找iptables 文件

③firewall-cmd --state 查看firewall状态

④reboot 重启   reboot -r now 立刻重启

⑤halt 关机   poweroff立刻关机

⑥:q! 强制不保存退出 

  :wq! 强制保存退出

⑦编辑网络配置

   cd /etc/sysconfig/network-scripts/ 

   ls 查找目录下的所有文件

   vi 编辑

   services network restart 重启网络
⑧tar -zxvf xxx.tar.gz 解压

    分别是四个参数 x : 从 tar 包中把文件提取出来

                         z : 表示 tar 包是被 gzip 压缩过的,所以解压时需要用 gunzip 解压

                         v : 显示详细信息

                         f xxx.tar.gz : 指定被处理的文件    是 xxx.tar.gz

⑨source /etc/profile 编译文件

 

以上是关于Centos的主要内容,如果未能解决你的问题,请参考以下文章

CentOSCentOS Linux服务器安全设置

centoscentos中添加一个新用户,并授权

Linux CentOSCentOS 7 YUM 安裝 MySQL 5.7

CentosCentos7.5取消自动锁屏功能

CentOS下安装mysql,make时出现make[1]: *** [link_sources] Error 1 make: *** [all-recursive] Error 1

CentOS简介