﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-nod0620-文章分类-linux</title><link>http://www.blogjava.net/nod0620/category/49544.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 07 Sep 2011 17:37:23 GMT</lastBuildDate><pubDate>Wed, 07 Sep 2011 17:37:23 GMT</pubDate><ttl>60</ttl><item><title>linux纪录</title><link>http://www.blogjava.net/nod0620/articles/358026.html</link><dc:creator>nod0620</dc:creator><author>nod0620</author><pubDate>Wed, 07 Sep 2011 09:46:00 GMT</pubDate><guid>http://www.blogjava.net/nod0620/articles/358026.html</guid><wfw:comment>http://www.blogjava.net/nod0620/comments/358026.html</wfw:comment><comments>http://www.blogjava.net/nod0620/articles/358026.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/nod0620/comments/commentRss/358026.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/nod0620/services/trackbacks/358026.html</trackback:ping><description><![CDATA[1./proc下面提供很多关于系统的信息，很多内核信息可以在此文件夹下面看到<br />2.echo,显示文本行<br />3.whereis command 显示command在哪里，whatis command 显示command是什么<br />4.free显示内存信息<br />5.history 显示历史指令<br />6.locale 显示当前系统的语言设置<br />7.ps 显示进程消息。 ps aux | grep xxx<br />8.sysctl可以用来设置核心的参数，默认的文件是/etc/sysctl.conf<br />9.top显示进程消息，主要是查看系统的一些关键性能指标<br />10.vmstat显示虚拟内存统计信息<br />11.pgrep 查找符合条件的进程<br />12.exit 退出ssh或者终端<br />13.pidof 显示当前正在运行的程序的进程id<br />14.kill PID；pkill process_name；killall comm 杀死全部同名进程<br />15.symlinks 管理和维护符号链接<br />16.chkconfig 设置和检查系统的服务设置<br />17.查看所有的shell命令，可以进行修改<br />18.export 设置和显示环境变量<br />19.find 查找文件命令<br />20.wc统计文件的行数，字数，字节数，文件名<br />21.grep 正则表达式搜索 grep xxx 文件xxx；-i 忽略大小写；-数字 显示匹配行的上下数字行；-b 在每行前显示字符偏移量 -n 显示行数<br />22.tar -cvf 压缩;tar -xvf 解压<br /><br />linux监控：<div>http://agapple.iteye.com/blog/1156719<br />ps详解： <br />http://blog.chinaunix.net/space.php?uid=20053649&amp;do=blog&amp;id=161862<br />top详解：<br /><div>http://bbs.linuxtone.org/thread-1684-1-1.html<br />mpstat<br /><div>http://hi.baidu.com/kqzjhack/blog/item/20e1bb6744f9dd36aa184c44.html<br /><div>http://www.ixpub.net/thread-645961-1-1.html</div></div></div></div><img src ="http://www.blogjava.net/nod0620/aggbug/358026.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/nod0620/" target="_blank">nod0620</a> 2011-09-07 17:46 <a href="http://www.blogjava.net/nod0620/articles/358026.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>