nsenter (1) Linux Manual Page
NAME nsenter – run program in different namespaces SYNOPSIS nsenter [options] [program [arguments]] DESCRIPTION The nsenter command executes program in the namespace(s) that are specified in the command-line options (described below). If program is not given, then "${SHELL}" is run (default: /bin/sh). Enterable namespaces are: mount namespace Mounting and unmounting filesystems will not affect the…
