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
VB.net query problem
Locking a header & a footer in Microsoft Word 2003
Dead harddrive - clicking sound
DatetimePicker in datagridview MSDN example problem
Excel 2007 viewer error in Windows Server 2008 R2 terminal server (crash)
Mapping drives over a site to site VPN
Macro to clear all rows below the last cell of data
Exporting X509 published certificate information
How do I get the value of xpages file upload
SharePoint Recovery when all you have are the SQL files from disk ?