what will be the output of ls ~/..

Answers were Sorted based on User's Feedback



what will be the output of ls ~/....

Answer / raam

this is based on you home directory path. for example, if
ur home direcory is /all/home, then it will display the
content of /all.............if ur home path is /all then
it will display the contents of '/'
directory...........Generally home will be
like '/all/home'..... so it will display all users in
realtime work environment...........Raam

Is This Answer Correct ?    1 Yes 0 No

what will be the output of ls ~/....

Answer / sugumar

it display the home directory content.

Is This Answer Correct ?    4 Yes 4 No

what will be the output of ls ~/....

Answer / ram

It will display files and dirhome directory

ex: /home/ram

it will displace the /home directory files and dir

Is This Answer Correct ?    2 Yes 2 No

what will be the output of ls ~/....

Answer / prasant panda

It will show list of users created

example:

Administrator usr1 usr2 ....

Except root.

Is This Answer Correct ?    2 Yes 2 No

what will be the output of ls ~/....

Answer / shimpi

ls ~/..
it will show the users

ls ~/
displays the contents of users login directory

Is This Answer Correct ?    3 Yes 3 No

what will be the output of ls ~/....

Answer / asish

this will list the filestructures inside /home .

Is This Answer Correct ?    1 Yes 1 No

what will be the output of ls ~/....

Answer / prasanta das

It will show the content(only directories) of the /home
directory not user's home direcory.

suppose i am the user.
then My home directory is /home/prasanta

so output of ls ~/.. is contains of /home direcory that mean
it will show all the users

Is This Answer Correct ?    1 Yes 1 No

what will be the output of ls ~/....

Answer / mahfooz

it will show home directory :
mahfooz@mahfooz-desktop:~/diskd$ ls ~/..
mahfooz
and ls ~ will show you home/user files and directory list.

so ls ~/.. will list parent directory files and directories.

Is This Answer Correct ?    0 Yes 0 No

what will be the output of ls ~/....

Answer / arpit

One back to user home directory.

Is This Answer Correct ?    0 Yes 0 No

what will be the output of ls ~/....

Answer / sharanya

it displays alll the files and directories

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

Can you enlist some commonly used network commands?

0 Answers  


How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


Which command is used to find whether the system is 32 bit or 64 bit?

0 Answers  


solaris Run level?

3 Answers   Wipro,


the difference between a soft link and a hard link?

6 Answers  






What do know about tee command?

0 Answers  


Through which command will redirect output to bOth screen and files at the same time?

3 Answers  


what is the difference between KILL and KILL -9?

5 Answers   Informatica, Nutanix,


What is difference between grep and find command in unix?

0 Answers  


what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,


What command will change your prompt to myprompt?

0 Answers  


In Unix file permissions what does the second field denotes?

3 Answers  


Categories