check status of a process, means the process is running or not. (if there is any connection) in linux

check the process is running or not.. (if there is any connection)

ps -aux | grep telnet



check the port number

cat /etc/services | grep telnet


nmap -sT -O localhost

netstat -antlp | more

netstat -s

No comments:

Post a Comment

Thank You for your Comments, We will read and response you soon...