GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CKDIST(1) FreeBSD General Commands Manual CKDIST(1)

ckdist
check software distributions

ckdist [-airsx] [-d dir] [-n name] [-t type] file ...

The ckdist utility reads “checksum” files (which are assumed to specify components of a software distribution) and verifies the integrity of the distribution by validating the checksum of each component file. Both MD5 (128-bit “message digest”) and .inf (32-bit CRC) checksum formats are supported.

The file operands may refer to regular files or to directories. Regular files named md5, or which have an .md5 or an .inf extension, are assumed to be of the implied type, otherwise format is determined from content. If a directory is specified, it is searched for appropriately-named files only.

The options are as follows:

Report on all distribution components, not just those in respect of which errors are detected.
Ignore missing distribution components.
Search specified directories recursively.
Suppress complaints about inaccessible checksum files and directories.
Verify the existence of distribution components (and also check sizes, in the case of .inf files), but omit the more time-consuming step of actually computing and comparing checksums.
dir
Look for distribution components in the directory dir.
name
Access distribution components using the filename name. When accessing .inf file components, append the appropriate extension to the filename.
type
Assume that all specified checksum files are of the format type, and search directories only for files in this format (where type is either md5 or inf).

The ckdist utility exits with one of the following values:
0
No errors were detected.
1
Errors were found in a distribution.
2
Usage errors, inaccessible input files, or other system errors were encountered.

cksum(1), md5(1)

Both BSD and DOS versions of ckdist are available.
January 20, 1997 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.