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 |
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
What UNIX command will control the default file permissions when files are created?
Which command is used to kill the last background job?
what is the difference between SED and GREP ? Which one is more better and why?
Using unix command how to display no of records in oracle?
Can a process kill itself in UNIX/or in its various versions?
What is mtime in find command?
What command a user use to view a long text file one page at a time in UNIX?
what is the meaning of this command rm -rf / what will it do ?
what is the functionality of kernel in unix architecture?
why metadb requires a seperate slice to create Solaris volume manager