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

what are wild cards?

2 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


in UNIX ,What is the command to view contents of a large error log file?

7 Answers  


How are UNIX file permissions represented?

1 Answers  


Name the general commands in using unix os for a beginner?

0 Answers  


Why is it called a shebang?

0 Answers  


How to install scsi driver in unix? give me explanation clearly?

1 Answers   HCL, TCS,


Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?

5 Answers  


How do I run a whois command?

0 Answers  


What command is used to replace the existing string with some other?

8 Answers   TCS,


what is the use of "test" command in unix?

4 Answers  


Which unix command to make a new directory?

0 Answers  


Categories