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 the use of uniq commmand?

8 Answers  


Enumerate some of the most commonly used network commands in unix?

0 Answers  


Why is grep called grep?

0 Answers  


What is the difference between awk and grep?

0 Answers  


in UNIX,what is the command to remove directory with files?

10 Answers  


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

0 Answers  


Which mode is used for allowing file write,read and append mode?

9 Answers   BitWise, TM,


how to check a file system type

7 Answers   Wipro,


What are Unix processes, and how do you manage them?

1 Answers  


how to unzip the contents of the gzip file

1 Answers   Epsilon,


What is the size of time_t?

0 Answers  


in a growing log file how will you see the 1st 99 lines?

7 Answers  


Categories