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 happens when we execute a unix command?
Which command is used to create a directory?
What is grep command in unix with examples?
What is {} in find command?
Who invented grep?
What are the dos commands?
What is merge command in unix?
What are filter commands in unix?
What does sed command do in unix?
What is a bash command?
What are grep patterns?
What is the function of grep command in unix?
Why is it called a shebang?
What's a command word?
Which command should you use to find the remaining disk space in unix server?