Quick Dummies guide for Solaris/Unix/Linux:-
Here are some quick commands for Solaris administrators :- (Most of these commands will work on Unix and Linux as well, this article is written for Solaris 8/9/10 servers, also note that all or most these commands will need root access, without which they may not work)
1) netstat :- it will give you the details of all ports that are on the system along with the port status
e.g. bash# netstat -as | grep 10000
(this will check status of port 10000)
Here are some quick commands for Solaris administrators :- (Most of these commands will work on Unix and Linux as well, this article is written for Solaris 8/9/10 servers, also note that all or most these commands will need root access, without which they may not work)
1) netstat :- it will give you the details of all ports that are on the system along with the port status
e.g. bash# netstat -as | grep 10000
(this will check status of port 10000)