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. Quote 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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.