You are hereFrequently Asked Questions about VideoCache / Installation / How to check if rpc_port is already in use by some other program?
How to check if rpc_port is already in use by some other program?
Use the following command to check it on Linux machines
[root@localhost ~]# netstat -atpn | grep port_number
Tags


