What command will bring user back to their home
directory in UNIX?
Answer Posted / csc
cd
cd .
cd ~
cd /
cd .. (Bring back to parent directory)
Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What does this command do,"$more readme.txt“?
How do I search a whole word in vim?
What is the use of the tee command?
What is the difference between awk and grep?
What is difference between grep and find command in unix?
Using unix command how to display no of records in oracle?
How can we use grep command in unix?
What is the use of sed command in unix?
Why is it called a shebang?
What is unix command line?
What is the general format of unix command syntax?
How do I search for text in vi?
Name the various commands that are used for the user information in unix.
What is the command to compare two files in unix?
What is s and g in sed command?