Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a bash-script that works just fine and it throws up some search results on a webpage. So far so good. To make it work though, the current user - who owns the X Window - has to run the command xhost + to allow www-data who is the systemuser that runs the bash-script to be able to use the browser to show the output.

Could this be enclosed in the bash-script?

Something like sudo su $USER and then xhost + and finally exit to return to www-data.

share|improve this question
here is the solution: superuser.com/questions/481080/… – Serge Oct 2 '12 at 18:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.