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 |
|---|---|
|
Apply the mode recursively |
|
Match paths by regular expression |
|
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 |
|---|---|
|
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 |