1. 程式人生 > >4、一些查詢命令

4、一些查詢命令

1、檢視埠號狀態 # netstat -ntlp // 檢視所有的tcp埠; #netstat -ntlp | grep 80 //檢視所有80埠的使用情況
2、檢視防火牆狀態 #service iptables status 重啟後生效:開啟: #chkconfig iptables on,關閉:# chkconfig iptables off 即時生效,重啟後生效:開啟:service iptables start,關閉:service iptables stop
3、檢查是否安裝過mongodb
rpm -qa | grep mongodb 
4、檢視使用者單一程序最大檔案開啟數 ulimit -n
5、獲取系統的所有 TCP/UDP sockets使用情況以及建立的ssh/ftp/http 等連線情況