실행 중인 프로세스의 네임스페이스에서 새로운 명령을 실행합니다. Docker 이미지나 chroot 감옥에 특히 유용합니다. 더 많은 정보: https://manned.org/nsenter.
nsenter --target {{pid}} --all {{명령}} {{명령_인수}}
nsenter --target {{pid}} --{{mount|uts|ipc|net|pid|user|cgroup}} {{명령}} {{명령_인수}}
nsenter --target {{pid}} --uts --time --ipc -- {{명령}} {{명령_인수}}
nsenter --pid=/proc/{{pid}}/pid/net -- {{명령}} {{명령_인수}}