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 are the dos commands?

0 Answers  


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

20 Answers   IBM,


What is grep and sed command?

1 Answers  


Explain ‘library functions’ with respect to unix commands?

0 Answers  


what is virtual machine?

2 Answers   Infosys,






What is the difference between cat command and more command?

0 Answers  


how to sort the content of the file based on numeric values

0 Answers   Epsilon,


How we will execute previous command in vi editor?

8 Answers   Infosys,


Why is awk called awk?

0 Answers  


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

8 Answers  


distinguish between interrupts and exceptions?

2 Answers   Infosys,


what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,


Categories