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


Please Help Members By Posting Answers For Below Questions

Explain ‘system calls’ with respect to unix commands?

590


How does pipe () work?

581


Which command is used to restrict incoming messages?

578


What is a bash command?

618


Explain how to use grep command to list find the records of a file containing 10 different strings?

579






How do I use nslookup?

563


What is the function of grep command in unix?

571


What are file commands?

641


What is the use of the tee command?

579


What is a command and examples?

566


What is the difference between cat and more command?

617


What is the nmap command?

565


Write a command to display a file’s contents in various formats?

608


What is grep r?

576


Which command is used to create a directory?

555