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

How do you know about running processes of a particular user?

11 Answers  


What does the md command do?

0 Answers  


How do you list the files in an UNIX directory while also showing hidden files?

6 Answers  


A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me

7 Answers   CTS,


what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,






How do you grep recursively?

0 Answers  


What do chown command do?

0 Answers  


how to sort the content of the file based on numeric values

0 Answers   Epsilon,


How can we "forked" process in UNIX? How then recognize in any of the branches we?

2 Answers   NIIT,


Briefly, how do you install Oracle software on UNIX.

2 Answers  


what is the use of "fg" command ?

5 Answers   PSU, Sail,


what is the difference between KILL and KILL -9?

5 Answers   Informatica, Nutanix,


Categories