Help - Search - Members - Calendar
Full Version: SCAN directory content
The Planet Forums > Control Panels > Other
parisdns
Do someone know how to scan the /home directory for ( ex. *.mp3 ) illegals contents on a linux box.
Thanks for helps...
Enigma
i don't know how to only make it scan a specific directory but

CODE
locate .mp3


will show you all occurances of mp3 files
tekprio
You can use this command:

find /path/to/dir -type f -name "*.mp3"

That will find all files with the suffix .mp3 in the directory /path/to/dir
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.