What command will bring user back to their home
directory in UNIX?

Answers were Sorted based on User's Feedback



What command will bring user back to their home directory in UNIX?..

Answer / suitable

cd ~
cd

Is This Answer Correct ?    31 Yes 1 No

What command will bring user back to their home directory in UNIX?..

Answer / jaga

cd

Is This Answer Correct ?    20 Yes 7 No

What command will bring user back to their home directory in UNIX?..

Answer / gireesh t

cd $HOME

Is This Answer Correct ?    7 Yes 2 No

What command will bring user back to their home directory in UNIX?..

Answer / madhu

cd ~

Is This Answer Correct ?    4 Yes 1 No

What command will bring user back to their home directory in UNIX?..

Answer / kamal

cd ~username

Is This Answer Correct ?    4 Yes 2 No

What command will bring user back to their home directory in UNIX?..

Answer / brijmohan

cd ~

~ (Tilde) : cd ~ this command will let you reach to current
logged user's home directory.

Is This Answer Correct ?    2 Yes 0 No

What command will bring user back to their home directory in UNIX?..

Answer / yuvaevergreen

cd ~ to home

Is This Answer Correct ?    1 Yes 0 No

What command will bring user back to their home directory in UNIX?..

Answer / 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

What command will bring user back to their home directory in UNIX?..

Answer / csc

cd
cd .
cd ~
cd /



cd .. (Bring back to parent directory)

Is This Answer Correct ?    6 Yes 7 No

What command will bring user back to their home directory in UNIX?..

Answer / upendar

cd \
-Is the command bring the user to home directory in UNIX..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Unix Commands Interview Questions

Can you explain a little bit about command substitution?

0 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


Is command prompt unix?

0 Answers  


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


How does one process we can start an executable file? How to get the PID process, which we started?

6 Answers  






What is the function of grep command in unix?

0 Answers  


What is the command to find maximum memory taking process on the server?

0 Answers  


What is nr in awk command?

0 Answers  


What are the commands in UNIX to list the files in a Directory?

0 Answers   CGI,


If JFS file system is 100% full how we can increase the file system ?

3 Answers  


how to delete entire records in unix ?

13 Answers   Cap Gemini,


How to add content of one file into another file at the beginning

12 Answers  


Categories