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

How do I open a port?

0 Answers  


How do you move a process which is running background to foreground?

9 Answers  


What do know about tee command and its usage?

0 Answers  


what is the command to list files in a directory in UNIX?

8 Answers  


Which command will you use to change the permissions on file?

7 Answers  






what is the difference between commmands cmp and diff?

9 Answers   iNautix,


what is shell?

3 Answers  


What is the use of the tee command?

0 Answers  


A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me

7 Answers   CTS,


Can you explain a little bit about command substitution?

0 Answers  


What happens when we execute a unix command?

0 Answers  


Briefly, how do you install Oracle software on UNIX.

2 Answers  


Categories