answersLogoWhite

0

What is a home user?

User Avatar

Anonymous

13y ago
Updated: 8/18/2019

ghjfhfkgjka

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the default directory for the user's home directory?

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


What is the name of the home directory?

/home Or, a user's home directory will usually be /home/<username>. For example, say your user name is jsmith: /home/jsmith


What is Linux command CD?

change directory. cd /home/user/ wil take you to the home folder of that user. With cd .. you go down a folder, so if you're in /home/user and type "cd .." you wil then be in the /home/ directory.


Which of thed following is likely to use a 27 inch monitor home user power user mobile user or all the above?

Which of the following is likely to use a 27-inch monitor? home user power user mobile user All of the above


What is the full path name of your home directory?

If your user name is tom it would be /home/tom or if your user name is Mary it would be /home/Mary


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 is the meaning of end user in computing?

The person or demographic that are the target of a specific computer program, product or service. E.g. the end user of Windows XP Home Professional is the home computing user base.


What Linux character can also be used to refer to the current user's home directory?

The tilde character (~) is a shortcut for the home directory of the currently logged-on user.


Which group to which a user object can be added in order to allow user to log on to the domain controller?

Home Group


How are directory paths indicated in Linux?

The root directory is /. The home directory is /home/user.


How do you create user in redhat?

Use the useradd command. By default, this will add a user and create a home dircetory for that user, which will be located in /home.EXAMPLE: /usr/sbin/useradd yourname will create the user yourname, and make the directory /home/yournameSet the password for the new user by running passwd. This will give the user a password and activate the account.EXAMPLE: /usr/bin/passwd yourname. You will be prompted twice for a password.


What commands successfully deletes a user account sarah and removes the user's home directory?

userdel -rh saraha