1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:22:08 +02:00
tldr/pages/linux/distrobox-host-exec.md
K.B.Dharun Krishna 8965d3f153 distrobox: update pages and Tamil translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-19 17:21:16 +05:30

13 lines
446 B
Markdown

# distrobox-host-exec
> Execute a command on the host from inside a distrobox container.
> Subcommand of `distrobox`. See also: `tldr distrobox`.
> More information: <https://distrobox.privatedns.org/usage/distrobox-host-exec.html>.
- Execute command on the host system from inside the distrobox container:
`distrobox-host-exec "{{command}}"`
- Execute the `ls` command on the host system from inside the container:
`distrobox-host-exec ls`