Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A shell script to edit text files as root in the GUI' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A shell script to edit text files as root in the GUI
Authored by: fds on Aug 31, '04 10:51:36AM
sudo command &

will not work properly if sudo still has to ask for your password. Use

sudo -b command

instead.

[ Reply to This | # ]