The Road to Elysium

April 24, 2007

xsu

Filed under: Snippets — jorge @ 14:20
#!/bin/sh
 
# Program to run X-programs as root
# (when you get the "**WARNING** cannot open display" message)
 
su - -c "exec env DISPLAY='$DISPLAY' 
XAUTHORITY='${XAUTHORITY-$HOME/.Xauthority}' 
"'"$SHELL"'" -c '$*'"

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress