How to view the hidden files in /etc directory?

Answer Posted / dipayan

find /etc/* -name ".*"

will show the all hidden files in the /etc directory. All
hidden files start with "." , that's why "find" command
easily finds them.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which unix command lists files/folders in alphabetical order?

1141


What does the metacharacter mean?

807


What is the use of awk command in unix?

767


Using unix command how to display no of records in oracle?

831


What do chmod, chown, chgrp commands do?

895


What is ‘ps’ command for?

844


What is the difference between awk and grep?

805


What does the md command do?

770


how to sort the content of the file based on numeric values

1506


why metadb requires a seperate slice to create Solaris volume manager

2780


Describe the usage and functionality of the command rm –r * in unix?

1455


How many unix commands are there?

817


How do I use grep to search for a file?

785


How to display no of records in oracle using unix command?

805


What does touch command do in unix?

976