1

I'm using Ubuntu 12.0.4 LTS, and I want to access root's home folder.

Devyn Collier Johnson
  • 1,140
  • 2
  • 12
  • 31
Chinmay Joshi
  • 83
  • 3
  • 9
  • 3
    I know this is answered ...but can you tell us more about what you're trying to accomplish in root's home folder (/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

2 Answers2

2

Did you try:

sudo -i nautilus

?

Run it in the terminal or after pressing Alt+F2

Oli
  • 293,335
1

You must be root to access Root's home folder.

Devyn Collier Johnson
  • 1,140
  • 2
  • 12
  • 31