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
Why is awk called awk?
Explain ‘system calls’ with respect to unix commands?
Which command is used to delete all files in the current directory and all its sub-directories?
Who wrote grep?
What is {} in find command?
why metadb requires a seperate slice to create Solaris volume manager
What command is used to switching between users in unix?
What is the command to find hidden files in the current directory?
What is the size of time_t?
Is ‘du’ a command? If so, what is its use?
What is the use of sed command in unix?
Is command prompt unix?
What is updatedb?
What is the use of tee command?
Which command can you use to find the currently running process in unix server?