
Linux
AceKei
那些我很冒险的梦
展开
-
CentOS 7 操作防火墙
title: “CentOS 7 操作防火墙” url: “https://wsk1103.github.io/” tags: CentOS 防火墙 Centos7 关闭防火墙 CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下 1、直接关闭防火墙 systemctl stop firewalld.service #停止firewall ...原创 2019-12-19 21:40:25 · 1152 阅读 · 0 评论 -
Linux常用命令-1
title: “Linux常用命令(1)” url: “https://wsk1103.github.io/” tags: Linux 目录 cd pwd mkdir ls rm mv chmod chown cp scp cat more less 1. cd命令 change directory(更改目录) 切换当前所在目录。 cd 和 cd ~ 使用cd不带任何参数,进入当前用...原创 2019-03-26 22:26:49 · 4727 阅读 · 0 评论 -
Linux常用命令-2
title: “Linux常用命令(2)” url: “https://wsk1103.github.io/” tags: Linux 目录 head命令 tail命令 tar命令 ping命令 ssh命令 管道命令 ps命令 kill命令 top命令 grep命令 find命令 su命令 前台和后台任务 磁盘空间 free wc命令 netstat命令 vi命令 1. head命令...原创 2019-03-27 01:49:34 · 4747 阅读 · 0 评论