Answer Posted / shubhadip
It depends on your HOME directory. " ~ " sign denotes your
HOME directory and " /.. " for HOME's parent directory.
By default user's HOME directory is /home/user_name . So
at that time ls ~/.. command will show the contents of
directory /home .
But if somebody has set a different HOME directory
(e.g. /opt/apps/usr). Then the command will show the
contents of directory /opt/apps .
I used "HOME" for the environment variable and "home" for
directory name. These 2 are completely different thing.
If you want to know what is your HOME directory. Then you
can type echo $HOME
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Describe the zip/unzip command using gzip.
What is rmdir command?
Describe the usage and functionality of the command rm –r * in unix?
why metadb requires a seperate slice to create Solaris volume manager
Who command in unix?
What is the function of grep command in unix?
What does grep v grep do?
What do chown command do?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is unix command line?
How do I clear my terminal history?
What is the comma to display different lines that are found when compare two files?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I delete files from command prompt?
Name the general commands in using unix os for a beginner?