以前在配置项目环境时,经常需要确认某个端口是否开启或被占用,但是对应的命令总是忘,每次都要百度比较麻烦,所以记一下加深印象。查看端口是否被占用的两种方式当然linux查看端口是否被占用的方式不止两种,这里说一下最常用的两种一、lsof -i:端口$ lsof -i:6379 COMMAND PID USER FD TYPE DEVICE SIZE/OF ...
#stderr 重定向到 file$command2>file#stderr 追加到 file 文件末$command2>>file#将 stdout 和 stderr 合并后重定向到 file$command> file 2>&1 或 $command>> file 2>&1#stdin 和 stdout 都重定向。command命令将 stdin 重定向到 file1,将 stdout 重定向到 file2。$command< file1 >file2 (4)H...
Linux 3.13.0-49-generic (titanclusters-xxxxx) 07/14/2015 _x86_64_ (32 CPU) 07:41:02 PM UID PID %usr %system %guest %CPU CPU Command 07:41:03 PM 0 9 0.00 0.94 0.00 0.94 1 rcuos/0 07:41:03 PM 0 4214 5.66 5.66 0.00 11.32 15 mesos-slave 07:41:03 PM 0 4354 0.94 0.94 0...
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME httpd 1398 root 3u IPv4 20337 0t0 TCP *:http (LISTEN) httpd 13371 apache 3u IPv4 20337 0t0 TCP *:http (LISTEN) httpd 13372 apache 3u IPv4 20337 0t0 TCP *:http (LISTEN) httpd 13373 apache 3u IPv4 20337 0t0 TCP *:http (LISTEN) ...
command:/usr/sbin/sshd-D worker2: image:ubuntu:psshtest command:/usr/sbin/sshd-D worker3: image:ubuntu:psshtest command:/usr/sbin/sshd-D hosts.txt worker0 worker1 worker2 worker3 id_rsa ---BEGIN RSA PRIVATE KEY--- MIIEowIBAAKCAQEA8pwQXUaPyiRH8jjaws8q4pKygb01skWbiFZGnRoGhkrbP1...
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ntpd 895 ntp 16u IPv4 18481 0t0 UDP *:ntp ntpd 895 ntp 17u IPv6 18482 0t0 UDP *:ntp ntpd 895 ntp 18u IPv4 18487 0t0 UDP localhost:ntp ntpd 895 ntp 20u IPv4 23020 0t0 UDP CentOS7.2daygeek.com:ntp ...
COMMAND--命令名/命令行 SecureCRT 中各种传输协议分析: http://blog.sina.com.cn/s/blog_61798d5d01018yk4.html 在第一次使用SSH2协议向服务器建立连接时,,SecureCRT首先会检查Server的公钥是否在本地数据库存放,如果没有,则不会把你的用户名、口令传输过去,它会将服务器端的公钥取回来(可以直接从Server取...
export PROMPT_COMMAND="history -a" # 3、让配置生效 source /etc/profile 注意:历史操作命令的清除:history -c 该操作并不会清除保存在文件中的记录,因此需要手动删除 .bash_profile 文件中的记录 检查端口连接情况: netstat -antlp | more -a 显示所有连接和端口 ...
Lets check this command also. III. Using nc command ### Checking 9000 port[root@ngelinux-prd~]#nc-zv ngelinux-pxy9000Ncat:Version7.50(https://nmap.org/ncat )Ncat:Connectedto10.134.208.41:9000.Ncat:0bytes sent,0bytes receivedin0.01seconds.### As we can see above 9000 port is listening...
# ./check_tcp -H 192.168.4.12 -p 3306 TCP OK - 0.001 second response time on 192.168.4.12 port 3306|time=0.001477s;;;0.000000;10.000000 //自定义 监控命令 # vim /usr/local/nagios/etc/objects/commands.cfg define command{ command_name check_12_ssh ...