![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to find a file named vijay in a directory using find command | amirthraj_12 | UNIX for Dummies Questions & Answers | 6 | 10-25-2008 09:37 AM |
| Find Oldest file in a directory tree | rahulrathod | Shell Programming and Scripting | 24 | 06-05-2008 03:01 PM |
| find the length of file names in a directory? | koti_rama | Shell Programming and Scripting | 5 | 06-04-2008 07:19 AM |
| find a file or directory under public_html | milhan | UNIX for Advanced & Expert Users | 4 | 10-23-2002 09:07 AM |
| corrupted tar file | klintsovi | UNIX for Dummies Questions & Answers | 1 | 07-21-2001 06:50 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to find a corrupted file in a directory
Hi,
Dunno if this has already been discussed but can anyone tell me if there is any utility/command to find a corrupted file in an unix directory. With smile, karthik |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Quote:
The other UNIX variants either have something similar, or you can create one quite easily. A "crafted" find command (or a little script) can "exec" a checksum on each file on your system and store the results. Another find command (or another script) can compare the current checksum with what you have in the "results" from the original "scan". This is not perfect, but it will give a good indication of a file being changed or tampered with. |
||||
| Google The UNIX and Linux Forums |