Sometimes the daemons appear to run as httpd and others as apache so relying on *just*
Code: Select all
ps -aux | grep httpdNow, similar question. How can I do this for Subversion but using only native commands, no PHP!!!
Is there anyway to deduce where a application is installed (particularly the one just mentioned) on a system?
Obviously grepping for svn or whatever might not always work as you could easily be returned more than one installed or available copies, right?
Anyone ever reseach into something like this? How do you go about's guestimating a proggie's location...