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 are wild cards?
How to see unused port number in Solaris?
in UNIX ,What is the command to view contents of a large error log file?
How are UNIX file permissions represented?
Name the general commands in using unix os for a beginner?
Why is it called a shebang?
How to install scsi driver in unix? give me explanation clearly?
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
How do I run a whois command?
What command is used to replace the existing string with some other?
what is the use of "test" command in unix?
Which unix command to make a new directory?