-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Machines Files Mkdir
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Makes a directory on the machine.
ed machines files mkdir <machine> <path> [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
machine |
machine name, SSH alias, id or unambiguous prefix | required | Which machine. |
path |
remote directory path | required | The directory to make. |
--json |
flag | off | Emit JSON on stdout. |
{
"done": true,
"machine": "Asus TUF 7",
"path": "/home/pulkit/backup/2026-08"
}ed machines files mkdir tuf /home/pulkit/backup
ed machines files mkdir tuf /srv/releases/2026-08/staging
ed machines files mkdir tuf /tmp/work --json
What runs is mkdir -p, so missing parents are created in one go and a
directory that already exists is not an error: it prints made <path> and exits
0. A path the account cannot write exits 1 with the machine's message.
-
ed machines files, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides