Help for this page

Select Code to Download


  1. or download this
     >ps -ef | grep server_file
    root    23261     1  0 09:57 ?        00:00:01 /usr/bin/perl server_fi
    +le
    
    >lsof -i
    perl      23151 root    3u  IPv4 8412377      0t0  TCP *:3030 (LISTEN)
    
  2. or download this
    >ps -ef | grep server_file
    root    24163 22640  9 11:12 pts/10   00:00:00 /usr/bin/perl server_fi
    +le
    
    >lsof -i
    perl      24163 root    3u  IPv4 10196650      0t0  TCP *:3030 (LISTEN
    +)