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

Write a command that will display files in the current directory, in a colored, long format.

689


What is the first character of the output in ls l command?

637


What is the size of time_t?

655


What does the command '$ls | wc –l > file1' do?

684


What are the dos commands?

656






Explain ‘system calls’ with respect to unix commands?

606


What does awk stand for?

615


Is it inbetween or in between?

589


Who invented grep?

655


How does the system know where one command ends and another begins?

1582


What is merge command in unix?

946


Enlist some filename manipulation commands in unix.

556


How do I delete files from command prompt?

555


Which command is used to copy files?

559


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

591