Linux基础命令记录

lsof: list open files(列出打开的文件, /usr/sbin/lsof -n | grep tcmalloc)

ldd: print shared library dependencies(列出依赖的共享库, ldd a.out)

fuser FILE:找出正在使用文件的进程

modprobe MODULE:加载模块(modprobe ip_vs)

lsmod : 列出系统已经加载的模块(lsmod | grep ip_vs)

posted @ 2011-02-22 11:45  ybtyoyo  阅读(114)  评论(0编辑  收藏  举报