I'm using Ubuntu 12.0.4 LTS, and I want to access root's home folder.
Asked
Active
Viewed 1,833 times
1
2 Answers
2
Did you try:
sudo -i nautilus
?
Run it in the terminal or after pressing Alt+F2

Oli
- 293,335

Hakeem Wahab
- 625
-
4
-
3No
gksudo
on Ubuntu 13.04 and up. Usepkexec
instead but note that this doesn't work well for X applications like nautilus. – amc Jul 03 '13 at 15:07 -
I am using 12.04 and the above command works for me. You will notice the root folder icon has change to a folder with a house on it. – BiggJJ Jul 03 '13 at 15:24
-
-
For 13.04 you may want to take a look at this question:Why is gksu no longer installed by default in 13.04? and my advice would be to install gksu and configure the if necessary. But once installed
gksudo
is definitely easier. pkexec is not easy to use with graphical applications yet – Warren Hill Jul 03 '13 at 15:32 -
1
You must be root to access Root's home folder.

Devyn Collier Johnson
- 1,140
- 2
- 12
- 31
-
-
@Chinmay, you must then click the check mark by the answer that helped you the most. – Devyn Collier Johnson Jul 03 '13 at 15:31
-
/root
)? It might be possible for an answer to be posted that addresses your needs specifically. Also, sometimes people confuse/root
(root's home folder) with/
(the root directory), which are "root" in an entirely different sense. – Eliah Kagan Jul 03 '13 at 18:29