Server
check process id PDF Print E-mail
All in One - Server
Written by Administrator   
Tuesday, 09 March 2010 10:05

ps -ef | grep <process>

The 2nd column is the PID and third is PPID (parent PID).
 

 

Last Updated ( Tuesday, 09 March 2010 10:06 )
 
windows 2008 server web edition - Bind Dns PDF Print E-mail
All in One - Server
Written by Administrator   
Friday, 15 May 2009 19:37

bind dns uses port 53 UDP. so you have to open this port for Bind dns.

in 2008 server you can define a new inbound rule in "Windows firewall with advanced security".

 

 

Last Updated ( Friday, 15 May 2009 20:05 )