how do display only hidden files in unix?

Answers were Sorted based on User's Feedback



how do display only hidden files in unix?..

Answer / raghu

ls -al

Is This Answer Correct ?    3 Yes 11 No

how do display only hidden files in unix?..

Answer / shardul

ls -a
output will give all the files name that are starting with a (.) dot in starting
this gives the hidden file in the directory where u are exactly present
if you are present in another directory & you want to get the name of hidden file in another directory simply use command
ls -a (name of directory/file u want)

Is This Answer Correct ?    0 Yes 8 No

how do display only hidden files in unix?..

Answer / geek

by using the option hide, so that it remains hidden and you
may store secrets in it.....
very helpfull indeed

Is This Answer Correct ?    0 Yes 10 No

how do display only hidden files in unix?..

Answer / pujan patra

ls -la

Is This Answer Correct ?    1 Yes 11 No

how do display only hidden files in unix?..

Answer / hari

file .*

Is This Answer Correct ?    7 Yes 20 No

Post New Answer

More Unix General Interview Questions

Which mode executes the fault handler?

0 Answers  


Is unix more secure than windows?

0 Answers  


Explain the terms links and symbolic links with respect to unix?

0 Answers  


What are the common directory management commands in unix?

0 Answers  


What are the advantages of unix?

0 Answers  






Does apple use unix?

0 Answers  


What are the advantages of unix operating system?

0 Answers  


What is wild-card interpretation?

0 Answers  


A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?

1 Answers   Subex,


What are data structures that are used for Demand Paging?

0 Answers  


What are my options if I want to turn on security with a non-root server ID in a UNIX® environment?

0 Answers   IBM,


How to compare two text files in unix?

0 Answers  


Categories