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 |
Give the command to display space usage on the UNIX file system.
Why is awk called awk?
What is the use of egrep command in unix?
How do you repeat a command in terminal?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
How do you move or rename a file or directory?
What does awk stand for?
What is “chmod” command?
What is the significance of the 'tee' command?
Which unix command to make a new directory?
What is s and g in sed command?
What is the difference between pipe (|) and tee command in unix