Files
cheatsheet-tldr/tldr/linux/pct-console
2025-08-26 00:19:43 +00:00

18 lines
293 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pct console
> Attach to a container TTY.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
- Attach to a terminal:
`pct console {{100}}`
- Detach from a terminal:
`<Ctrl a><q>`