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
How do I open a port?
what is the advaantage of each user having its own copy of the shell?
Why is grep called grep?
What are the dos commands?
What is the use of tee command?
How do I use grep to search for a file?
What does awk stand for?
What do chmod command do?
What is the use of sed command in unix?
What does sed command do in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
how to sort the content of the file based on numeric values
Explain the steps that a shell follows while processing a command.
What is the difference between cat command and more command?