How to show list of service running;
i have one server (redhat 9)
and i would to show wich service is running; and witch ports is open.
thank u
:roll:
Printable View
How to show list of service running;
i have one server (redhat 9)
and i would to show wich service is running; and witch ports is open.
thank u
:roll:
But thats not for this forum, this forum is displayed on the main page as news, im sure a moderateor will move it soon.Code:ps
moved.
"ps aux" gives information on services running, so does "top".
"netstat -an | grep LISTEN" shows you which ports are open.
Jason