nsenter

Run a new command in a running process' namespace. Particularly…

nsenter

Run a new command in a running process' namespace. Particularly useful for docker images or chroot jails. More information: https://github.com/jpetazzo/nsenter/.

nsenter -t {{pid}} -n {{command}} {{command_arguments}}

nsenter -t {{pid}} -p {{command}} {{command_arguments}}

nsenter -t {{pid}} -i {{command}} {{command_arguments}}

Также может быть вам интересно:
LinuxFreeBSDТрюки BashТерминал/Консоль
← nova nsnake →