Click to See Complete Forum and Search --> : How do I run X apps from another login?


SkyHigh
03-14-2001, 11:19 AM
The other day I was logged in as my standard user running X and I discovered I needed to change some parameters in a file under /etc. I su'ed to root and cd'ed to /etc. I then tried to open the file using my favourite graphical editor -- Nedit -- but it returned an error telling me that I coudln't open it beacuase I was logged into X as another user.

I just used vi in the end to edit the file, but it made me curious whether this is possible or not?

Thanks,

SkyHigh

Molecule Man
03-14-2001, 12:52 PM
From an xterm su -
then give the command line startup like:
nedit /etc/foo

The dash is important.