LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   how to get inside the root directory ??? (https://www.linuxquestions.org/questions/linux-desktop-74/how-to-get-inside-the-root-directory-924845/)

ratotopi 01-20-2012 01:54 PM

how to get inside the root directory ???
 
how do user get inside the root directory from linux Genome desktop without using the terminal?

T3RM1NVT0R 01-20-2012 01:56 PM

@ Reply
 
Hi ratotopi,

If you are talking about getting into root user's home directory then normal users are not allowed to get into it.

EDIT: If you are talking about / directory then you can go via: Places --> Computer --> File System

snowday 01-20-2012 01:56 PM

What do you mean by "get inside"? What are you trying to do? Why not the terminal?

ratotopi 01-20-2012 02:48 PM

I know I can get inside the root directory from terminal using root password but isn't there a way we can do the same in GUI without using the terminal ?

snowday 01-20-2012 02:51 PM

Most distros have GUI file managers (nautilus, thunar, pcmanfm, etc) available in their repos.

repo 01-20-2012 03:00 PM

you can use gksudo.

Kind regards

wpeckham 01-20-2012 04:14 PM

I was wondering if
 
Have you thought that if you do not know how to get there, perhaps you do not BELONG there?

What exactly are you trying to do?

repo 01-20-2012 04:18 PM

Quote:

Originally Posted by wpeckham (Post 4580188)
Have you thought that if you do not know how to get there, perhaps you do not BELONG there?
What exactly are you trying to do?

From the OP
Quote:

I know I can set inside the root directory from terminal using root password but isn't there a way we can do the same in GUI without using the terminal ?
Kind regards

Knightron 01-24-2012 07:38 PM

if you are using Ubuntu, open the terminal and
Code:

sudo  nautilus
. if you are using a different distribution that uses such instead of sudo, go to the terminal and as your normal user,
Code:

gksu
and when it asks what to command, type Nautilus. these instructions will open the gnome file manager 'nautilus' in root and you can then navigate /root

ratotopi 01-25-2012 10:46 AM

Quote:

Originally Posted by wpeckham (Post 4580188)
Have you thought that if you do not know how to get there, perhaps you do not BELONG there?

What exactly are you trying to do?

When you were born you didn't know how to get anywhere, are you still the same ?

ratotopi 01-25-2012 10:49 AM

Quote:

Originally Posted by Knightron (Post 4583591)
if you are using Ubuntu, open the terminal and
Code:

sudo  nautilus
. if you are using a different distribution that uses such instead of sudo, go to the terminal and as your normal user,
Code:

gksu
and when it asks what to command, type Nautilus. these instructions will open the gnome file manager 'nautilus' in root and you can then navigate /root

thanks I can do my work with sudo nautilus


All times are GMT -5. The time now is 08:57 PM.