What is the command to list ALL (hidden also) files of
current directory & it’s subdirectories?
Answers were Sorted based on User's Feedback
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 |
Answer / ram
ls -ali this shows all hidden files also with its inode
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / prashant
ls -al this shows you all hidden direcotory & subdirectories
| Is This Answer Correct ? | 3 Yes | 1 No |
how to add linux user to group?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
How do I know my linux shell version?
How do I check if my cpu is overclocked?
what is the command to check network interfaces in our system? how to set etho to 10 full duplex speed?
Explain about document formatting?
How do you ask politely?
What does the top command display?
What are the basic dos commands?
What is difference between egrep and grep?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
Does linux cp command overwrite?