what will be the output of ls ~/..
Answers were Sorted based on User's Feedback
Answer / nagarjuna
it will display all the files and directories in the parent
of the current directory.
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / ravikiran
It will simple list of files and dir.s ( contents ) of the
Root directory i.e., / .
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / varun
it will list all the contents of the root directory.
doesn't matter in which section of the file or directory
you are working in whenever you will give this command it
will always list the contents of the root directory.
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / swaroopa
It will show the shell as well as the the path from home
directory to the current directory.
eg: say we are in diretory swaroopa and swaroopa is there in
the home directory here is the o/p
bash: /home/swaroopa/..: is a directory
Swaroopa kalgi
| Is This Answer Correct ? | 1 Yes | 19 No |
Answer / guptamurali
it will show the list of files&directories (say contents) in
the current directory which u r working....
| Is This Answer Correct ? | 14 Yes | 33 No |
Explain iostat, vmstat and netstat.
what is the use of "test" command in unix?
How do I find previous commands in unix?
Which command will print your home directory on screen?
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
what is Online(STM) and offline diagnostics in HP-UX?
What is a command and examples?
What is a shell in Unix? Name some common Unix shells.
which command is used to identify the type of the file?
how to find the 51th record of a file containing 100 records in unix.
Give the command for finding the current date.
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?