what is the command to list all files in a directory,
including the hidden files in UNIX ?

Answers were Sorted based on User's Feedback



what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / rajesh mallick

ls -la

Is This Answer Correct ?    22 Yes 1 No

what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / prasanth verkot

ls -a

Is This Answer Correct ?    13 Yes 0 No

what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / eugene

ls -a (minimal required answer)
ls -la (additional "l" use a long listing format )

Is This Answer Correct ?    11 Yes 1 No

what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / amit kumar

ls -a will show the hidden files.

Is This Answer Correct ?    4 Yes 0 No

what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / hari

ls -l
file *

Is This Answer Correct ?    1 Yes 0 No

what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / kiruthiga.s

ls-a
(or)
ls-la

Is This Answer Correct ?    0 Yes 0 No

what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / yuvaevergreen

ls -a option

Is This Answer Correct ?    0 Yes 0 No

what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / lakshmiprabha velusamy

ls -a

Is This Answer Correct ?    0 Yes 0 No

what is the command to list all files in a directory, including the hidden files in UNIX ? ..

Answer / purushotham

ls .a

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More Unix Commands Interview Questions

What is rmdir command?

0 Answers  


What do chown command do?

0 Answers  


How do I run a whois command?

0 Answers  


What does the md command do?

0 Answers  


what is tar command and what are the different types of tar commands?

5 Answers  






How do you find path of a directory? Give its syntax.

7 Answers  


How would you change all occurrences of a value using VI?

4 Answers  


what is Online(STM) and offline diagnostics in HP-UX?

2 Answers   HP,


What command would users use to see what file one page at a time in UNIX?

7 Answers   IBM,


what is telnet?

6 Answers  


How to check the flavor of UNIX?

8 Answers   HCL, Syntel,


what is the functionality of kernel in unix architecture?

13 Answers   HCL,


Categories