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
IPMI baseboard management controller driver on Proliant ML350 G6
How do I modify textboxes/labels in an asp:repeater footertemplate through javascript (client side)
explanation of httpcontext needed
HP Web JetAdmin uses lots of RAM
Counting number of checked checkboxes in a form (when checkboxes are all named differently)
ASA Static routing to Internal Router
undeliverable SBS 2003 Alert message, but not really
Brightstor 12.5 Exchange Agent issue
Migrating SharePoint to another server
Can I use Dell Latitude windows 7 CD to custom install another Laptop?