Answers for "what is working on a port in centos"

0

show port list in centos

# netstat -tulnp
Posted by: Guest on October-13-2020
0

centos 7 port open

firewall-cmd --zone=public --add-port=55555/tcp --permanent
firewall-cmd --reload
Posted by: Guest on July-31-2020
0

how to chanbge port number on centos8

sudo vi /etc/ssh/sshd_config
Posted by: Guest on October-11-2020

Code answers related to "what is working on a port in centos"

Browse Popular Code Answers by Language