What command will bring user back to their home
directory in UNIX?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between cat command and more command?
Why is awk called awk?
What does grep v grep do?
What is the general format of unix command syntax?
What is the use of awk command in unix?
What is in grep command?
What is unix command?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I run a bash script?
What are awk commands?
What are filter commands in unix?
How do I clear my terminal history?
Name the unix command to find how many days the server has been up.
What is a command and examples?
What is command substitution?