atlas checksum#
file version: 10 July 2026
Overview#
atlas checksum shows, generates, sets, verifies, or clears file
checksums. Checksums are stored as metadata and can be used to verify
file data integrity.
Supported checksum types are SHA256, SHA512, SHA384,
SHA1, BLAKE2B256, BLAKE2B512, MD5, CRC32,
ADLER32, and MURMUR3.
Usage#
atlas checksum <path> [paths...] [flags]
Command Flags#
Flag |
Description |
|---|---|
|
Clear checksum |
|
Show what would happen without making changes |
|
Generate checksum by reading file data (online files only) |
|
Regexp pattern matched against file paths |
|
Apply recursively to directory contents |
|
Set checksum value (hex string) |
|
Checksum type (default |
|
Verify existing checksum; when combined with |
Examples#
atlas checksum /archive/data.tar
atlas checksum -g /archive/data.tar
atlas checksum -g -t SHA512 /archive/file1 /archive/file2
atlas checksum -g -r /archive/project/
atlas checksum -g -e '\.nc$' -r /archive/project/
atlas checksum -S abcdef1234 -t SHA256 /archive/data.tar
atlas checksum -S abcdef1234 -v /archive/data.tar
atlas checksum -v -r /archive/project/
atlas checksum -c /archive/data.tar
Global Flags#
Flag |
Description |
|---|---|
|
Path to CA certificate for server verification |
|
Machine-readable output format ( |
|
Interface language ( |
|
Disable color output |
|
Use plaintext (non-TLS) connection |
|
ATLAS server address; defaults to |
|
Skip TLS certificate verification; enabled by default for self-signed setups |