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 grep and how do you use it?

0 Answers  


What do chmod command do?

0 Answers  


What is the pipe command?

0 Answers  


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

8 Answers  


What is .sh file?

0 Answers  






How do I use grep to search for a file?

0 Answers  


what is the command to find out the difference between files and folders?

6 Answers  


Which command can you use to find the currently running process in unix server?

0 Answers  


what is the use of wild cards?

2 Answers  


How to find the files that are accessed before 10 minutes?

5 Answers   Amazon,


how many internal commands is there in UNIX?

3 Answers   TCS, Virtusa,


what is the shell for dos,nt operating systems?

1 Answers  


Categories