码迷,mamicode.com
首页 > 系统相关 > 详细

Linux学习之路 -- 简单日常使用命令

时间:2017-06-18 11:51:38      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:文件   移动   env   localhost   linu   blog   logs   网络   mysql目录   

tail -f catalina.out             #在 logs 下面查看日志( -f 实时查看)
rm -rf /var/log/httpd/access     #删除文件(-r删除文件 并删除文件夹下的内容  -f 忽略不存在)
mv user.sql /etc/mysql           #将文件移动到mysql目录下  (也可以重命名)
vi /etc/environment              #修改 文件夹 (exit 退出,shit+: 输入wq 保存退出)

shutdown -t now               #关机 
reboot #重启 yum install docker
apt-get install docker #安装
wget -P /var http://sun.com/ #把 网址的内容下载到var目录下

#IP 端口查看 网络
netstat -nlt #查看运行的端口
netstat
-anp | grep #查看端口 grep 筛选80端口
curl localhost #运行 网址 检查是否通

 

Linux学习之路 -- 简单日常使用命令

标签:文件   移动   env   localhost   linu   blog   logs   网络   mysql目录   

原文地址:http://www.cnblogs.com/lemon-flm/p/7043604.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!