tags: apache   archive   business   charity   climbing   comic   communication   database   email   exchange   family   fm2008   hack   hardware   humour   linux   liverpool   microsoft   money   mysql   network   oes   opensource   outlook   php   pictures   process   project   quote   real_life   review   rss   science   security   software   thought   tsm   updates   webdev   website   windows  

Linux for beginners - Part 3

Fri, 17 Aug 2007 00:35:59

You'll want to know what ports are open on your linux box, so lets review the the 'netstat' command.

netstat -tap | grep LISTEN
This will show us what ports our box is listening on

Cheers
Ryan Partington