How do you list the files in an UNIX directory while also
showing hidden files?

Answers were Sorted based on User's Feedback



How do you list the files in an UNIX directory while also showing hidden files?..

Answer / blackwolph

ls -a is the command

Is This Answer Correct ?    12 Yes 0 No

How do you list the files in an UNIX directory while also showing hidden files?..

Answer / shyam

ls -a

Is This Answer Correct ?    10 Yes 0 No

How do you list the files in an UNIX directory while also showing hidden files?..

Answer / swapna

By using the command ls .* we can list the files even
hissen files in unix.

Is This Answer Correct ?    6 Yes 4 No

How do you list the files in an UNIX directory while also showing hidden files?..

Answer / neeta

ls-a will show all the hidden files.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Unix AllOther Interview Questions

What is file constructing in UNIX/AIX ?

2 Answers   IBM, TCS,


how to raise a suncase?pls explain step by step?

0 Answers   CGI,


In Unix inter process communication take place using?

3 Answers   TCS,


What is the difference between windows environment and Unix environment ?

8 Answers   Oracle,


What is an inode?

8 Answers  


What is paging?

2 Answers   BMC,


How to list only the directories inside a directory?

4 Answers  


what is difference between milestone and run-levels in Solaris ?

0 Answers  


Why do inode number start from 1 and not 0 ?

3 Answers  


fork()?

2 Answers   TCS,


What is the main advantage of creating links to a file instead of copies of the file?

5 Answers   Cisco, ING,


What is egrep?

2 Answers  


Categories