Results 1 to 3 of 3
How to show list of service runni ng;
i have one server (redhat 9)
and i would to show wich service is running; and witch ports is open.
thank u...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-27-2004 #1Just Joined!
- Join Date
- Jul 2004
- Location
- Rabat - Maroc
- Posts
- 1
How to show list of service running
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
- 07-27-2004 #2
- 07-27-2004 #3Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
moved.
"ps aux" gives information on services running, so does "top".
"netstat -an | grep LISTEN" shows you which ports are open.
Jason



