jreed2132 Posted August 20, 2009 Share Posted August 20, 2009 What user does Apache run as on Suse Linux? I'm trying to figure out what user to grant access to so that it would have rights to write to a folder. Link to comment https://forums.phpfreaks.com/topic/171168-solved-what-user-does-apache-run-as-on-suse-linux/ Share on other sites More sharing options...
corbin Posted August 20, 2009 Share Posted August 20, 2009 Why not just run: ls -a | grep "httpd" While Apache is running to find out? Or, you could do: cat /etc/passwd And find a user that looks Apache related. Link to comment https://forums.phpfreaks.com/topic/171168-solved-what-user-does-apache-run-as-on-suse-linux/#findComment-902804 Share on other sites More sharing options...
jreed2132 Posted August 21, 2009 Author Share Posted August 21, 2009 thanks, that worked, the grep command line returned nothing, but the cat one gave me the list and what they were there for. Thanks Link to comment https://forums.phpfreaks.com/topic/171168-solved-what-user-does-apache-run-as-on-suse-linux/#findComment-903234 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.