What command will bring user back to their home
directory in UNIX?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / csc
cd
cd .
cd ~
cd /
cd .. (Bring back to parent directory)
Is This Answer Correct ? | 6 Yes | 7 No |
Answer / upendar
cd \
-Is the command bring the user to home directory in UNIX..
Is This Answer Correct ? | 0 Yes | 1 No |
What is a Unix signal, and how do you handle them?
What does the md command do?
Which command is used to restrict incoming messages?
What are reported commands?
Which mode is used for allowing file write,read and append mode?
What are Unix processes, and how do you manage them?
How to find the files that are accessed before 10 minutes?
distinguish between paging and swapping?
use of ls command
What is the use of tee command?
How many unix commands are there?
what do you understand by 'building block primitive'?