atlas chmod#

file version: 10 July 2026

Overview#

atlas chmod changes file and directory permission bits.

Usage#

atlas chmod [flags] <mode> <path>

Command Flags#

Flag

Description

--recursive

Apply the mode recursively

--regexp string

Match paths by regular expression

--dry-run

Show what would change without applying it

Examples#

atlas chmod 0644 /archive/project/file.txt
atlas chmod --recursive 0750 /archive/project

Global Flags#

Flag

Description

--ca-cert string

Path to CA certificate for server verification

--format string

Machine-readable output format (json or csv); omit for the default human-readable output

-L, --lang string

Interface language (en, de)

--no-color

Disable color output

-P, --plaintext

Use plaintext (non-TLS) connection

-s, --server string

ATLAS server address; defaults to ACLI_SERVER, then the stored session, /etc/atlas/atlas.conf, and finally localhost:7449

--tls-skip-verify

Skip TLS certificate verification; enabled by default for self-signed setups