Page 1 of 1

file editor with SU priveliges?????

Posted: Fri Dec 07, 2012 9:44 pm
by geraldw321
hi there im trying to edit my fstab file and cant find an editor that willl let me i need SU/root priveleges is there an editor in mint im not finding that will do this ????

Re: file editor with SU priveliges?????

Posted: Fri Dec 07, 2012 9:51 pm
by lakona
Have you tried gedit?

Code: Select all

sudo gedit /etc/fstab
or in the command line there is nano:

Code: Select all

sudo nano /etc/fstab
and vim:

Code: Select all

sudo vim /etc/fstab

Re: file editor with SU priveliges?????

Posted: Fri Dec 07, 2012 9:57 pm
by geraldw321
THANK YOU nano worked

Re: file editor with SU priveliges?????

Posted: Sat Dec 08, 2012 1:27 pm
by mank_in
another reference : http://linux.about.com/cs/linux101/g/gksu.htm
cinnamon :

Code: Select all

gksu gedit /etc/fstab
MATE:

Code: Select all

gksu pluma /etc/fstab