LINUXOR.SK ... open source notes ...

2016 - Linux Namespaces - MNT namespace

category: howtoz · date: 2016-11-01 · updated: 2017-01-16

The Slovak original of this document: 2016 - Linux Namespaces - MNT namespace (slovensky).

MNT (mount points and filesystems) namespaces in Linux

1 Úvod

The MNT namespace (mount points and filesystems) isolates the mount points a process, or a group of processes, can see, so programs in different MNT namespaces can have different views of the filesystem hierarchy. It is much like the isolation "chroot()" gives, except that an MNT namespace should be the safer and more flexible choice for the purpose.

mnt_namespace
mnt_namespace

2 Working with MNT namespaces

TODO

← howtoz(EN | SK)