ghjfhfkgjka
The default home directory is /home/user (where "user" is the username), sometimes shortened to "~".
/home Or, a user's home directory will usually be /home/<username>. For example, say your user name is jsmith: /home/jsmith
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 the following is likely to use a 27-inch monitor? home user power user mobile user All of the above
If your user name is tom it would be /home/tom or if your user name is Mary it would be /home/Mary
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.
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.
The tilde character (~) is a shortcut for the home directory of the currently logged-on user.
Home Group
The root directory is /. The home directory is /home/user.
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.
userdel -rh saraha