Microsoft
Software
Hardware
Network
Question : Unix + Linux ---> checksum for a directory
How to generate checksum for an entire directory in Unix.
Any command or script??
Thnx
Answer : Unix + Linux ---> checksum for a directory
You can use the md5sum command like this:
md5sum /folder-name/*
or with you also want the subdirectories :
find /folder-name -type f | xargs -n 1 md5sum
Random Solutions
PL/SQL Performance
Backup Exec 2010 running missed backup to tape job ?
Translate web site
Plug n Play/USB/Registry Nigtmare - I Need to regularly delete keys in order to "detect" my MP3 Player!
Copy large file
Wireless Internet problem
Migration from 2003 SBS to 2008 Foundation Server
comment SP
DSUM with multiple rows and multiple columns
Windows Server 2008 NLB Issue