Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


process

ps -ef | grep radius

freeradius
me@server01:~$ ps -ef | grep radius
freerad     2044    1946  0 05:57 pts/0    00:00:00 /usr/sbin/freeradius -X

port listening

netstat -tlnp

If needed install:    sudo apt install net-tools


ports
me@server01:~$ netstat -tlnp
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      -







  • No labels