atlas ls#
file version: 10 July 2026
Overview#
atlas ls lists files and directories at the given path.
The command follows POSIX ls conventions, but note that -r and
-R have different meanings than in most other atlas commands.
Usage#
atlas ls [path] [flags]
Flags#
Flag |
Description |
|---|---|
|
Include hidden files |
|
Show full archive detail per file |
|
Show extra detail including checksums |
|
Print one full path per entry, suitable for piping |
|
Show detailed output with mode, owner, group, size, mtime, flags, copies, and name |
|
Terminate each entry with NUL instead of newline |
|
List directories recursively |
|
Reverse sort order |
|
Sort by modification time, newest first |
Long Format Columns#
mode owner group size mtime flags copies name
ScoutAM File Flags#
Archive flags:
Flag |
Meaning |
|---|---|
|
File is completely archived |
|
File is marked as no archive |
|
File is not archived |
Cache flags:
Flag |
Meaning |
|---|---|
|
File is online |
|
File is partially online (mixed online/offline blocks) |
|
File is marked as release never |
|
File is offline but has a warm-tier copy (cache, POSIX, or S3) |
|
File is offline |
Staging flags:
Flag |
Meaning |
|---|---|
|
File is staging |
|
File is marked as stage failed |
|
File is not staging |
Retention flags:
Flag |
Meaning |
|---|---|
|
File has retention set |
|
File does not have retention set |
Checksum flags:
Flag |
Meaning |
|---|---|
|
File has checksum set but has not been verified |
|
File has checksum set and has been verified |
|
File has checksum set but verified invalid |
|
File does not have a user checksum |
Examples#
atlas ls
atlas ls -la /data/projects
atlas ls --recursive /archive
atlas ls -lt /data/projects
atlas ls -ltr /data/projects
atlas ls -D /data/projects/file.dat
atlas ls -E /data/projects/
atlas ls -R --full-path /data/projects
atlas ls -R -0 /data | xargs -0 atlas rm -r
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 |