pedro lopez wrote:
how i do?
i need see what services are runing, how i can see de port listen on may systen? and new on linux.

netstat is the command you're looking for. Check out "netstat -h" for a list of options. "netstat -l" or "netstat -lt" are probably what you're most interested in. If you prefer numeric port numbers to service names, add a "--numeric-ports" to the end.

Also, the "ps aux" command is commonly used to list running programs. It won't give you network information, but very useful none the less.

Michael Schurter


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to