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 u find remote machine operating system and version?

10 Answers   Wipro,


Explain about lprm job number?

0 Answers  


Linux system monitoring Tools?

6 Answers   HCL, IBM,


How do I know my shell?

0 Answers  


Main configuration file and command used for NFS enabling exported directories and deamons?

0 Answers  






What is nslookup command?

0 Answers  


What is phony in makefile?

0 Answers  


Explain trap command of linux?

0 Answers  


Which priority has the process?how do u view?

3 Answers   Yahoo,


How many commands are there in linux?

0 Answers  


When is it better to use the more command rather than cat command?

3 Answers  


What is $$ in shell script?

0 Answers  


Categories