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

How do you run a command for a limited time?

0 Answers  


What is makefile in unix?

0 Answers  


What does umask 022 mean?

0 Answers  


Does cp overwrite?

0 Answers  


How do I run a shell script?

0 Answers  






difference between Tcp and udp

5 Answers  


What does f mean linux?

0 Answers  


Working in Linux/Unix platform, if any command dose not work, say # ls reports as command not found. what to do?

5 Answers  


What is the role of case sensitivity in affecting the way commands are used?

0 Answers  


What are runlevels in linux?

0 Answers  


Does linux cp command overwrite?

0 Answers  


What is phony in makefile?

0 Answers  


Categories