apt-get install ntpdatentpdate
133.100.9.2[root@10.10.10.74 /data]$ lsof -i:123COMMAND PID USER FD TYPE DEVICE
SIZE NODE NAMEntpd 5003 ntp 16u IPv4 10...
分类:
其他好文 时间:
2014-06-12 16:14:29
阅读次数:
249
There is an need of kill one port is already in
use. The command is : lsof -i:8000 There will be a list of: command pid user fd
type device size...
分类:
其他好文 时间:
2014-06-08 21:47:33
阅读次数:
366
转自:Linux 命令集锦linux下查看监听端口对应的进程#lsof
-i:9000#lsof -Pnl +M -i4如果退格键变成了:"^h"。终端连接unix删除退格键,按住CTL键同时按deleteLinux搜索#find
/ -name "xxx.conf"查看linux是32位还是64位...
分类:
系统相关 时间:
2014-05-30 23:25:09
阅读次数:
563
windows netstat -ano | find "8080"mac,Linux lsof
-i:8700 或者 lsof -i | grep 8700
分类:
其他好文 时间:
2014-05-26 09:44:32
阅读次数:
253
解压: tar zxvf 22gif.tar.gz 压缩: tar zcvf
22gif.tar.gz www.22gif.com (目录名字,这里是全站压缩备份)查看正在使用的服务和端口可以使用netstat
-tunlp,netstat -antup,lsof -i:PORT命令查看。查看...
分类:
系统相关 时间:
2014-05-20 00:49:23
阅读次数:
420
TCP/IP 是一些协议的合集。四个层次组成:应用层传输层 TCP 可靠传输网间网层 IP
数据包转发网络接口层 最基础的硬件接口和协议ARP,RARP试用 traceroute和mtr命令。
分类:
其他好文 时间:
2014-05-17 19:12:20
阅读次数:
235
1.查看程序对应进程号:ps–ef|grep进程名2.Linux下查看端口号所使用的进程号:使用lsof命令:lsof–i:端口号
分类:
系统相关 时间:
2014-05-14 22:55:34
阅读次数:
483
我们在机房选择、测试网络的质量的时候,往往只根据跳数、延迟、抖动、网络吞吐量等指标来衡量,很多时候跳数并不能完全显示网络拓扑优劣,于是写了个traceroute结合whois的小脚本来直观显示每一跳所处的网络位置。
需要安装mtr和whois
脚本:
[root@localhost ~]# more geotrace.sh
#!/bin/bash
ec...
分类:
其他好文 时间:
2014-05-07 23:56:29
阅读次数:
474