linux的基本語句

1.linux刪除文件和文件夾linux

   刪除文件 例如 rm -f /var/log/httpd/access.log   刪除文件夾 例如 rm -rf /var/log/httpd/accessshell

2. 查看ip服務器

   ifconfigip

3.建立文件夾cmd

   mkdir testtest

4.在文件夾裏添加(就是建立) 一個文件 例如a.txt登錄

 touch  test/a.txt軟件

5.利用Xshell登陸Linux服務器,安裝lrzsz文件接收發送軟件service

   例如 sz rc.local防火牆

6.CentOS 7.0默認使用的是firewall做爲防火牆

   1) systemctl stop firewalld.service #中止firewall

 2) systemctl disable firewalld.service #禁止firewall開機啓動

 3) firewall-cmd --state #查看默認防火牆狀態

相關文章
相關標籤/搜索