View Single Post
  #6   (View Single Post)  
Old 7th June 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Install sudo (install it as root, then configure it using visudo to enable the %wheel line, and add your user to the wheel group). Then you don't have to mess around with any of this.

Login to X as a normal user. Open a terminal. Run "$ sudo /path/to/app It will ask for your password, then run the app as root. Simple as pie.

There's also gtksudo, gksudo, and kdesudo apps if you need a GUI method for doing the same.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote