diff --git a/rootx b/rootx new file mode 100755 index 0000000..c26f7b5 --- /dev/null +++ b/rootx @@ -0,0 +1,10 @@ +#!/bin/sh +# rootx - Configure X For root User After An su or sudo Promotion +# Copyright (c) 2012 TundraWare Inc., Des Plaines, IL USA +# All Rights Reserved +# $Id: rootx,v 1.101 2012/12/27 23:06:56 toor Exp $ + +export DISPLAY=localhost:10.0 +cp -pv /home/tundra/.Xauthority /root/ + +