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 a bash command?
What does #!/ Bin sh do?
What is unix command?
Differentiate cat command from more command.
How can you see the command line history?
What is the use of cut command in unix?
What is the general format of unix command syntax?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does 'mkdir' command do in UNIX?
What are reported commands?
How do I run a bash script?
What does pipe () return?
What is in grep command?
How do you repeat a command in terminal?
What is grep in bash?