LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   my "home" folder is empty (https://www.linuxquestions.org/questions/linux-newbie-8/my-home-folder-is-empty-109339/)

linuxnoub 10-27-2003 11:30 PM

my "home" folder is empty
 
My home folder on redhat linux 9 is empty, i had the understanding that it should be like a My computer on windows. Is this not true? If it is then why is it empty? IF it isn't true then is there a folder like a my computer where the hard drives and system items are. I know this is probably a dumb quesiton but please help. Thank u,

Jose Muņiz 10-28-2003 12:15 AM

Yes... /home is the place where all the folders of the different users are stored. One can expect then

/home/username/

To go to your home just type

Code:

cd
echo $PWD

Or

Code:

echo $HOME
And you will see your configured home directory.

J.W. 10-28-2003 01:17 AM

The /home directory is the 'master' directory for all indivdual user directories. As Jose Muniz states, each user will be given his/her own directory within /home. Therefore, when you first create a user "xyz", the directory /home/xyz will also be created, but naturally there won't be anything in there at first. (Technically there will be some hidden files in there, to see a listing of them, run the command: ls -a however those files should be left alone) Once you start creating documents, etc, your /home directory will start to fill up. -- J.W.

wellmt 10-28-2003 08:40 AM

Think of the home directory as "My Documents". It won't contain anything yet, as you haven't created any documents yet.

There is no such concept as c: drive, d: drive in Linux. Such things just appear as "folder" in Windows terms AFAIK. e.g. Your CD-ROM drive will just be a folder like /CDROM or /MNT/CDROM.


All times are GMT -5. The time now is 04:02 PM.