answersLogoWhite

0

The default home directory is /home/user (where "user" is the username), sometimes shortened to "~".

What else can I help you with?

Related Questions

On which tab of a user accounts properties is the users home directory configured by default?

Profile


When a new user account is created in Active Directory Users and Computers which group is it a member of by default?

Domain Users.


How do you make your home directory the working directory?

Use the 'cd' command without any target; that always puts you in the home directory which becomes by default the working directory.


User profiles are stored by default in a subdirectory named after the user account in what default directory on a windows XP professional system?

Users folder


When looking at the Active Directory structure for Users and Computers which default group has the least amount of implied privileges?

By Default, Users have limited user rights to make most system changes. However, Guests are VERY limited than regular users.


What is the default group that new users become members of directly in Active Directory running on a Windows 2003 and 2008 server?

User


Which environment variable stores the users path to their home directory?

The HOME environment variable has this information.


On which tab of a user account Properties dialog box is the home directory configured by default?

Profile


What is the default home directory for a user in Linux?

Each user (on a multi-user computer) has a home directory, and it is the first directory shown after a user logs in. For instance: rodney@downstairs:~$ shows that my user name is rodney, my host or computer name is 'downstairs', the tilde '~' shows that I am in my home directory, and the dollar sign '$' shows that all is ready for me to type in a command. Typing the command 'pwd' (without the single quotes) in a terminal will show which directory you are in - pwd means 'print working directory'. The command 'ls' will list all directories.


What makes the windows directory the default directory?

Fix mbr


What makes Windows directory the default directory?

Fix mbr


What is the difference between the root directory your home directory and your working directory?

The root directory is the top level directory of the entire file system. Every branch starts from there. The current working directory is where you happen to be in the tree at the moment. If the root is always "/" and my process is in the directory /usr/local/bin/test/data, then the root directory is still "/" and my working directory is currently /usr/local/bin/test/data