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 do you mean by directory?

0 Answers  


How you will create new folder / directories and how to remove file and folder in linux?

0 Answers  


Which command is used to check the number of files and disk space used and the each user’s defined quota?

0 Answers  


What does kill in linux?

0 Answers  


How you will uncompress the file?

7 Answers   Linux,






Describe the mknod command and when you’d use it.

0 Answers  


My machine is running half duplex mode how to change half duplex to full duplex?

4 Answers   Oracle,


Explain trap command of linux?

0 Answers  


What command would you use to create an empty file without opening it to edit it?

0 Answers  


what is the command to view gateway?

5 Answers  


How do I check my cpu speed?

0 Answers  


Difference between swap partition and swap file?

4 Answers   IIHT, TATA, Wipro,


Categories