[TYPO3-linux] how to find out the groupname apache is running as?

Michael Bakonyi kontakt at mb-mediendesign.de
Wed Jun 27 16:04:53 CEST 2007


Hi Martin,

just ps -ef did it. The output of this command gave me the location of 
apache and the httpd.conf and I could read the file with "head".

Apaches group seems to be "www" but unfortunately I don't have the 
rights to change the group of my folders. :-(

Anyway - thanks (to Steffen aswell), because nevertheless I learned a 
little bit again. :-)

Michael




Martin Schoenbeck schrieb:
> Hi Michael,
> 
> Michael Bakonyi schrieb:
> 
>> As I don't know much about Linux: where else could this file be stored 
>> or is there a bash-command to find out, which groups are running on the 
>> system?
> 
> execute a
> groups username
> where username is the user, apache is running with. This will tell you all
> groups, apache is a member of. If you don't know the user do a
> ps -ef|grep apache
> where the first column will tell you the user.
> 
> Martin


More information about the TYPO3-linux mailing list