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 |
In Unix file permissions what does the second field denotes?
what is the functionality of kernel in unix architecture?
Which command can you use to find the currently running process in unix server?
What is the pipe command?
How would you change all occurrences of a value using VI?
Name the various commands that are used for the user information in unix.
How to copy multiple files and directories into some other directory?
What is $0 bash?
What is the behavioural difference between cmp and diff commands?
Where can I get the free download of Unix by Yeswant Kanetkar?
Give the command to display space usage on the UNIX file system.
What is the command to find hidden files in the current directory?