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 #查看默认防火墙状态