摘要: 2. linux常用命令 Mkdir 创建 Rm -rf 删除 Chmod -R 777 权限 Mysql -uroot -r quit退出 find / -name svn 查找位置 3. 关闭防火墙和selinux Redhat使用了SELinux来增强安全,关闭的办法为: 1. 永久有效 修改 阅读全文
posted @ 2017-09-02 00:16 wujunbin 阅读(347475) 评论(0) 推荐(3) 编辑
摘要: netstat -nupl (UDP类型的端口)netstat -ntpl (TCP类型的端口) a 表示所有 n表示不查询dns t表示tcp协议 u表示udp协议 p表示查询占用的程序 l表示查询正在监听的程序 netstat -nuplf|grep 3306 //这个表示查找处于监听状态的,端 阅读全文
posted @ 2017-09-02 00:15 wujunbin 阅读(116933) 评论(0) 推荐(0) 编辑