Linux常用命令


查看端口

netstat -nlp | grep 80

lsof -i:80

预览压缩包

tar tvf

buffers 写磁盘的时候的缓存

cache 读磁盘预取的东西

查看进程的内存分布

pmap id

cat /proc/id/maps

查看二进制文件中的文本

string a.out

跟踪程序的动态链接库调用和系统调用
ltrace


Author: 蒋璋
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source 蒋璋 !