Wednesday, August 25, 2021

List all processes running on port number; UNIX

 netstat -anp | grep <port_number>

Example: netstat -anp | grep 7111



         See the details of the PID:                                                                                                                  ps -elf |grep  <process_id>
                                                               
                                                              Example:  ps -elf |grep  113539

















No comments: