您好,登錄后才能下訂單哦!
netstat --help#獲取幫助
netstat -an > c:\aaa.txt #將顯示的結果輸入到C盤aaa.txt文件中
netstat -ano | find “443”#查看443端口
@echo off
netstat -an > c:\t.txt #在C盤創建文件名為t.txt
type c:\t.txt | find ":21" > tmp.txt && echo "ftp is running...."
type c:\t.txt | find ":80" > tmp.txt && echo "http is running...."
pause
type c:\t.txt | find ":123" > tmp.txt && echo "hehe is running...."
pause
del c:\t.txt
::這是我試驗用于檢測各項服務是否開啟
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。