我正在检查unshare
命令并根据它的手册页,
unshare - run program with some namespaces unshared from parent
Run Code Online (Sandbox Code Playgroud)
我还看到有一种命名空间被列为,
mount namespace
mounting and unmounting filesystems will not affect rest of the system.
Run Code Online (Sandbox Code Playgroud)
这个mount 命名空间的目的究竟是什么?我试图在一些例子的帮助下理解这个概念。