Linux笔记
1.过滤查看进程ps-ef\grephexindatacollector
2.查看多个进程ps-au
3.解压缩文件
压缩文件
tar-czvftest.tar.gz*.jpg
tar-cvvftest.tar.gzfolder
解压文件
tar-xzvftest.tar.gz
4.httppost请求数据
curl'http://172.20.0.222:81/stockindex'-d'method=stockindex&code=600000&datatype=zgb&datetime=16384(20120215-20120215)&post=100&type=2'
5.看端口监听状态
netstat-anlp|grep443
6.查看是否安装gdb
rpm-qa|grepgdb
7.调试看程序挂掉堆栈信息
-rff//调试
bt//堆栈信息
8.删除10天前的数据
find/tmp-mtime+10-typef-execrm-f{}\;
相关推荐
竹墨 2008-02-18
linuxisperfect 2015-01-13
jhezhangblog 2014-12-08
恩布开源企业IM 2011-05-24
swency 2011-04-20
onlykg 2010-11-24
六六哥 2010-01-15
GonaShrimp 2018-06-20
swift 2016-01-05
lemonbit 2016-09-18
AndroidLinuxUnix 2008-10-15
CCQTLINUX 2008-10-05
nklinux 2008-09-24