Help
-
Search
-
Members
-
Calendar
Full Version:
SCAN directory content
The Planet Forums
>
Control Panels
>
Other
parisdns
Sep 7 2004, 01:22 AM
Do someone know how to scan the /home directory for ( ex. *.mp3 ) illegals contents on a linux box.
Thanks for helps...
Enigma
Sep 7 2004, 02:28 PM
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
Sep 7 2004, 05:33 PM
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.