What command will bring user back to their home
directory in UNIX?
Answers were Sorted based on User's Feedback
Answer / brijmohan
cd ~
~ (Tilde) : cd ~ this command will let you reach to current
logged user's home directory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pitambar mishra
To go to home directory :
cd
cd ~
cd $home
cd ~username
cd /home/username
To go to any users home directory :
cd ~username
cd /home/username
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / csc
cd
cd .
cd ~
cd /
cd .. (Bring back to parent directory)
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / upendar
cd \
-Is the command bring the user to home directory in UNIX..
| Is This Answer Correct ? | 0 Yes | 1 No |
How do I clear my terminal history?
What are the commands in UNIX to list the files in a Directory?
what does the job command do?
Differentiate cmp command from diff command.
What are grep patterns?
what is the command to find out which shell you are running?
How to check the flavor of UNIX?
What does mkdir up2date; touch outdated up2date do?
How do you grep recursively?
What is command substitution?
How do you move a process which is running background to foreground?
Which command is used to delete all files in the current directory and all its sub-directories?