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
SNMP on Server 2008
SBS capabilities with 50 user firm
SBS 2008 move data feature crashes
SharePoint Designer Workflows have stopped sending emails
Explain plan in Oracle
DBGrid's content into email
Apple Mail - Find local Exchange email after changing accounts?
3 long beeps
Setup a wenpage in Windows Server 2008
SBS 2008 How to Change the Company web Page Calender Date Format