HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pct console — Attach to a container TTY. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_co

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandttycliattachmoreinformationcontainerpct console
linux

Problem

How to use the pct console command: Attach to a container TTY. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_console>.

Solution

pct console — Attach to a container TTY. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_console>.

Attach to a terminal:
pct console {{100}}


Detach from a terminal:
<Ctrl a><q>

Code Snippets

Attach to a terminal

pct console {{100}}

Detach from a terminal

<Ctrl a><q>

Context

tldr-pages: linux/pct console

Revisions (0)

No revisions yet.