What is the command to list ALL (hidden also) files of
current directory & it’s subdirectories?

Answers were Sorted based on User's Feedback



What is the command to list ALL (hidden also) files of current directory & it’s subdirectorie..

Answer / veena

ls -Ra

Is This Answer Correct ?    22 Yes 2 No

What is the command to list ALL (hidden also) files of current directory & it’s subdirectorie..

Answer / santhosh

ls -a It will list all the hidden files from from current
directory and its sub directories.......

Is This Answer Correct ?    14 Yes 4 No

What is the command to list ALL (hidden also) files of current directory & it’s subdirectorie..

Answer / ram

ls -ali this shows all hidden files also with its inode

Is This Answer Correct ?    3 Yes 1 No

What is the command to list ALL (hidden also) files of current directory & it’s subdirectorie..

Answer / prashant

ls -al this shows you all hidden direcotory & subdirectories

Is This Answer Correct ?    3 Yes 1 No

What is the command to list ALL (hidden also) files of current directory & it’s subdirectorie..

Answer / arnab chowdhury

#ll -a

Is This Answer Correct ?    1 Yes 0 No

What is the command to list ALL (hidden also) files of current directory & it’s subdirectorie..

Answer / sambath g

ls * -a

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?

4 Answers   IBM,


Which command would you use to create a file system on a new hard drive?

0 Answers  


What is whois command?

0 Answers  


How do I run a command in linux?

0 Answers  


What is p command?

0 Answers  






How can I delete a file in linux?

0 Answers  


How do I check cpu usage?

0 Answers  


Did you ever write any inerface files / profile file to support unix environment setup ?

1 Answers   HP,


How will you suspend a running process and put it in the background?

0 Answers  


What are grep patterns called?

0 Answers  


What does bash stand for?

0 Answers  


how do you configure linux system as a router?

5 Answers   HP,


Categories