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
How do I search for a file in unix command?
What is command statement?
What is the use of finger command?
Can you explain a little bit about command substitution?
What does #!/ Bin sh do?
Who command in unix?
Why is awk called awk?
Why is it called a shebang?
What is the use of find command in unix?
Why is shebang used?
What are the differences among a system call, a library function, and a unix command?
Who command in unix operating system?
What is grep in bash?
What is the significance of the 'tee' command?
What is awk used for?