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 the command to find hidden files in the current directory?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
what is the difference between pipe(|) and tee command..
What is the difference between a hard link and a soft link in Unix?
how to sort the content of the file based on numeric values
What is {} in find command?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
how to check a file system type
What does 'mkdir' command do in UNIX?
What is the behavioural difference between cmp and diff commands?
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
can we use cat command as an editor ..???