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 |
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
What are grep patterns?
Explain ‘system calls’ with respect to unix commands?
what is the significance of "su" command?
what is mount ,tell me about mount ,how can u use in real time project??
Name the general commands in using unix os for a beginner?
In Unix file permissions what does the second field denotes?
What is $0 bash?
How does shebang work?
How do I clear my terminal history?
What is awk command used for?
How to identify whether a file is normal file or directory?