How to check open ports on CentOS LinuxГлавная » Шпаргалки » How to check open ports on CentOS Linux First install nmap and lsof. #yum install nmap && yum install lsof You can use these comands:#lsof -i #lsof -n -P | grep 1723 //1723 anyport #lsof -i tcp#nmap -sT -O localhost #nmap -sU localhost Рассказать друзьям: Написать ответ Cancel replyВы должны войти в систему, чтобы оставить комментарийThis site uses Akismet to reduce spam. Learn how your comment data is processed.