What command will bring user back to their home
directory in UNIX?
Answer Posted / 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 |
Post New Answer View All Answers
What is grep and how do you use it?
Differentiate cat command from more command.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is $0 bash?
Which command will print your home directory on screen?
Write a command to kill the last background job?
How do I search for a file in unix command?
Explain command to view process running?
Does cp command overwrite files?
Why is grep called grep?
What are grep patterns?
How does pipe () work?
How do I find previous commands in unix?
How does the system know where one command ends and another begins?
What does the command '$ls | wc –l > file1' do?