file editor with SU priveliges?????

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
geraldw321

file editor with SU priveliges?????

Post 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 ????
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
lakona

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

Post 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
geraldw321

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

Post by geraldw321 »

THANK YOU nano worked
mank_in

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

Post 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
Locked

Return to “Beginner Questions”