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 |
Does cp command overwrite files?
How to display no of records in oracle using unix command?
What is the difference between cat and more command?
What is the difference between pipe (|) and tee command in unix
In vi editor how do you execute unix commands?
What are reported commands?
How would you change all occurrences of a value using VI?
what is the use of nice command?
What is the use of egrep command in unix?
Where can I get the free download of Unix by Yeswant Kanetkar?
why metadb requires a seperate slice to create Solaris volume manager
How do you find which version and name of unix you are using at the command prompt?