Examine which process using the portYou could show which process is using the specific port with fuser command. This is an example for the port 22/tcp.
# fuser -vn tcp 22
here: 22
USER PID ACCESS COMMAND
22/tcp root 2642 f.... sshd
コメントを見る (0)
コメントを投稿