Linux commands: Difference between revisions

Jump to navigation Jump to search
2 bytes added ,  16 December 2012
m
Line 78: Line 78:


check apache servie is running or not
check apache servie is running or not
* {{kbd | key=service --status-all | grep httpd}}  ({{Linux}}  
* {{kbd | key=service --status-all | grep httpd}}  ({{Linux}})
* {{kbd | key=<nowiki>netstat -an | find /i "listening"</nowiki>}}  ({{Win}} find the local open ports & find local address TCP 0.0.0.0:80 is listening
* {{kbd | key=<nowiki>netstat -an | find /i "listening"</nowiki>}}  ({{Win}}) find the local open ports & find local address TCP 0.0.0.0:80 is listening


== system operation ==
== system operation ==

Navigation menu