linux命令总结

来源:互联网 发布:已删除未注册域名 编辑:程序博客网 时间:2024/06/14 15:40

(1) tcpdump
dump the traffic on a network
根据使用者的定义对网络上的数据包进行截获的包分析工具。 tcpdump可以将网络中传送的数据包的“头”完全截获下来提供分析。它支持针对网络层、协议、主机、网络或端口的过滤,并提供and、or、not等逻辑语句来帮助你去掉无用的信息。
http://www.cnblogs.com/ggjucheng/archive/2012/01/14/2322659.html

(2) top
display linux process
top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器。
http://www.cnblogs.com/peida/archive/2012/12/24/2831353.html

(3) netstat
print network connections, routing tables, infterface staticstics, masquerade connections, and multicast mamberships.
用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。
http://www.cnblogs.com/ggjucheng/archive/2012/01/08/2316661.html

(4) ifconfig
configure a network interface.
用来查看和配置网络设备。当网络环境发生改变时可通过此命令对网络进行相应的配置。
http://www.cnblogs.com/peida/archive/2013/02/27/2934525.html

0 0
原创粉丝点击