Check for Hidden Directories
Security - Server Security

Check for Hidden Directories


There are a lot of hidden directories on a Linux server, usually they will start with a ”.” These can be viewed by using the command:

ls -la

To conduct a search for these files, use this command:

find / -type d -name “.*”

Remember that there are a lot of hidden directories by default. There also hidden files with two periods “..” which are legitimate. Crackers may use “.. “ notice the space after the two periods.

 

 


Copyright CyberMontana Inc. and BeginLinux.com

All rights reserved. Cannot be reproduced without written permission. Box 1262 Trout Creek, MT 59874