Going Crazy. How to open a folder with root. Dolphin

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
anonymous9001

Going Crazy. How to open a folder with root. Dolphin

Post by anonymous9001 »

Linux Mint 17. KDE Desktop. There is no option to open folders/edit files as root like there is on the xfce desktop. :(
See the picture displayed in this thread. http://forums.linuxmint.com/viewtopic.php?f=57&t=110444

I have two questions.
1. How can I open or edit a file as root by right clicking without changing the permissions of every file/folder I want to edit.

2. Using the terminal, how can I open files in text editors. I can navigate to the file just fine, but once I want to edit it using something like KATE, I don't know what to do.

I hope I am not wasting my time with my noobish questions. Thank you.
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.
User avatar
kc1di
Level 18
Level 18
Posts: 8175
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Going Crazy. How to open a folder with root. Dolphin

Post by kc1di »

anonymous9001 wrote:Linux Mint 17. KDE Desktop. There is no option to open folders/edit files as root like there is on the xfce desktop. :(
See the picture displayed in this thread. http://forums.linuxmint.com/viewtopic.php?f=57&t=110444

I have two questions.
1. How can I open or edit a file as root by right clicking without changing the permissions of every file/folder I want to edit.

2. Using the terminal, how can I open files in text editors. I can navigate to the file just fine, but once I want to edit it using something like KATE, I don't know what to do.

I hope I am not wasting my time with my noobish questions. Thank you.
#1. You can do that I believe in two ways, If I'm not mistake there is a root dolphin in the menu. or your can go to a terminal and type the following to open dolphin with root privileges.

Code: Select all

sudo dolphin
enter your password when it asks. (Note: Be very careful when using dolphin in this mode, you can do great damage if you delete the wronf files.

#2.

Code: Select all

sudo kwrite 
will get you to text editor with root privileges.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Locked

Return to “Beginner Questions”