Root directory not available!


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Root directory not available!
# 1  
Old 12-20-2010
Root directory not available!

I am using Ubuntu 10.10.
I want to access root home directory (~) through GUI and want access to its content. I login from administrator who is the only login user and have all rights for it. I can access the content through terminal but can't do it through GUI.
Remedy my problem
# 2  
Old 12-20-2010
It is an environment variable problem. $HOME has to be defined, and point to the right place.

From the GUI type following command:
Code:
set

Read through the output carefully. There should be a fully qualified path for the HOME variable example:
Code:
HOME=/root

or whatever the real home directory is for "admin". Normally admin is really root.
This User Gave Thanks to jim mcnamara For This Post:
# 3  
Old 12-21-2010
OKay I will try and will tell you.
# 4  
Old 12-29-2010
Quote:
Originally Posted by jim mcnamara
It is an environment variable problem. $HOME has to be defined, and point to the right place.

From the GUI type following command:
Code:
set

Read through the output carefully. There should be a fully qualified path for the HOME variable example:
Code:
HOME=/root

or whatever the real home directory is for "admin". Normally admin is really root.
Yes I tried to look by set command. I saw home variable has been assigned like:
HOME=/root
Still I am not able to access the same directory. PLease note I have only one user with full access.
# 5  
Old 12-30-2010
which "GUI program" are you using to access the root home?
# 6  
Old 12-31-2010
I am using GNOME which come default in it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

SunOS confusing root directory and user home directory

Hello, I've just started using a Solaris machine with SunOS 5.10. After the machine is turned on, I open a Console window and at the prompt, if I execute a pwd command, it tells me I'm at my home directory (someone configured "myuser" as default user after init). ... (2 Replies)
Discussion started by: egyassun
2 Replies

2. UNIX for Dummies Questions & Answers

Removing directory with leading hyphen from root directory

I know that this basic question has been asked many times and solutions all over the internet, but none of the are working for me. I have a directory in the root directory, named "-p". # ls -l / total 198 <snip> drwxr-xr-x 4 root root 4096 Dec 3 14:18 opt drwxr-xr-x 2 root ... (2 Replies)
Discussion started by: edstevens
2 Replies

3. Solaris

root directory is full

root directory in server / is full 100% , i already tried to delete any core file , log , .. still files under /proc directory take more than 4 G.. what you advice please i don't want to format the server and install again and re partition , i tried the FORMAT tools ! but it seems i cant do... (5 Replies)
Discussion started by: moata_u
5 Replies

4. Web Development

What is a root directory

Hey guys. I am learning PHP and I just started a few minutes ago and it said after you maked your first hello world php file to upload it to your root directory in your webserver. What is your root directory? Is it where like all the appearance of the website is held (like what we see when we enter... (6 Replies)
Discussion started by: orszhak
6 Replies

5. UNIX for Dummies Questions & Answers

How to display only Owner and directory/sub directory names under particular root

hai, I am new to Unix, I have a requirement to display owner name , directory or sub directory name, who's owner name is not equal to "oasitqtc". (here "oasitqtc" is the owner of the directory or sub directory.) i have a command (below) which will display all folders and sub folders, but i... (6 Replies)
Discussion started by: gagan4599
6 Replies

6. UNIX for Advanced & Expert Users

Damaged root directory ..

With the cpio command of a Unix File System for error I have replaced the directory “.. “ (when you give the command “ls -la” under root you see at the beginning the hidden directory “. “ followed by a hidden file who is called “..” ) I have the copy on a cartridge of the whole file system, but... (3 Replies)
Discussion started by: SISQUEZ
3 Replies

7. UNIX for Advanced & Expert Users

root directory with reiserfs??

Today,I have recompile kernel 2.6.24 with reiserfs support with Module on rhel5.then I make following change: 1:change /etc/fstab: /dev/Vg1/lv.root / reiserfs defaults 1 1 and cd /boot/; mkinitrd --with=reiserfs initrd-reiserfs-2.6.24.img. 2.6.24 2:then I use other support... (0 Replies)
Discussion started by: hshzh359
0 Replies

8. UNIX for Dummies Questions & Answers

chown -R under root directory

Hi I executed command "chown -R xxx:xxx /" with user root... and it was too late when I found the mistake. Ownership of some files under the root directory had already become xxx:xxx. Is there a way that can recovery the ownership of all my files back to the point where they were? I really thanks. (2 Replies)
Discussion started by: password636
2 Replies

9. UNIX for Dummies Questions & Answers

root directory

root directory is going out of space. how can i free up memory by deleting unwanted file. which files are safe to remove.i checked tmp dir. also. but no files. thanks (1 Reply)
Discussion started by: ajantha
1 Replies

10. Shell Programming and Scripting

scripts in root directory

Is it good practice to leave scripts in the root directory? if no, why is it not? (1 Reply)
Discussion started by: stephen adebayo
1 Replies
Login or Register to Ask a Question