You don't want to touch inetd, that's the internet daemon, it's a process that controls all internet stuff
if you want to see what's running, type "ps -aux", this will show you all the programs currently running, how much memory\cpu time they are using. Type "top" to see what's using the most cpu and memory
I'm not sure how to see what ports are currently in use... monkey will probably know