
linux命令
love暖色
这个作者很懒,什么都没留下…
展开
-
free
http://www.cnblogs.com/coldplayerest/archive/2010/02/20/1669949.html转载 2013-04-16 20:36:30 · 590 阅读 · 0 评论 -
du(disk usage)
功能说明:显示目录或文件的大小。语 法:du [-abcDhHklmsSx][-L ][-X ][--block-size][--exclude=][--max-depth=][--help][--version][目录或文件]补充说明:du会显示指定的目录或文件所占用的磁盘空间。参 数: -a或-all 显示目录中个别文件的大小。 -b或-原创 2013-04-18 11:39:42 · 597 阅读 · 0 评论 -
netstat
http://www.cnblogs.com/ggjucheng/archive/2012/01/08/2316661.html转载 2013-07-10 21:37:17 · 565 阅读 · 0 评论 -
seq
Usage: seq [OPTION]... LAST or: seq [OPTION]... FIRST LAST or: seq [OPTION]... FIRST INCREMENT LASTPrint numbers from FIRST to LAST, in steps of INCREMENT. -f, --format=FORMAT us原创 2013-08-21 17:29:57 · 780 阅读 · 0 评论 -
taskset
1.用途设置进程与CPU的绑定关系2.命令行原创 2013-10-16 01:44:24 · 803 阅读 · 0 评论 -
top
用途display Linux tasks,显示linux的任务命令top -hv | -bcisS -d delay -n iterations -p pid [, pid ...]命令行参数及含义-h:帮助,显示帮助及版本号-v:版本,显示帮助及版本号,同-h-b:以batch mode启动top,用于将top的输出输入到其他程序或者文件。可以与-n、-d合用,原创 2013-10-16 01:28:07 · 821 阅读 · 0 评论 -
here document
In computer science, a here document (here-document, heredoc, hereis, here-string or here-script) is a file literal or input stream literal: it is a section of a source code file that is treated as if原创 2014-06-04 17:41:17 · 883 阅读 · 0 评论 -
pstack
1 作用2 命令原创 2014-06-04 19:58:09 · 1152 阅读 · 0 评论