GNU/Linux >> Belajar Linux >  >> Linux

Lihat/manipulasi mount ruang nama di Linux

Ya. Anda dapat melihat /proc/$PID/mountinfo nya atau Anda dapat menggunakan findmnt -N beralih - tentang findmnt --help yang mana mengatakan:

  • -N, --task <tid>
    • gunakan namespace alternatif (/proc/<tid>/mountinfo berkas)

findmnt juga melacak PROPAGATION bendera yang merupakan mountinfo bidang yang melaporkan persis informasi ini - proses mana yang berbagi tunggangan mana.

Selain itu, Anda selalu dapat nsenter semua jenis namespace yang Anda suka - tentu saja asalkan Anda memiliki izin yang benar.

 nsenter --help
Usage:
 nsenter [options] <program> [args...]

Options:
 -t, --target <pid>     target process to get namespaces from
 -m, --mount [=<file>]  enter mount namespace
 -u, --uts   [=<file>]  enter UTS namespace (hostname etc)
 -i, --ipc   [=<file>]  enter System V IPC namespace
 -n, --net   [=<file>]  enter network namespace
 -p, --pid   [=<file>]  enter pid namespace
 -U, --user  [=<file>]  enter user namespace
 -S, --setuid <uid>     set uid in user namespace
 -G, --setgid <gid>     set gid in user namespace
 -r, --root  [=<dir>]   set the root directory
 -w, --wd    [=<dir>]   set the working directory
 -F, --no-fork          do not fork before exec'ing <program>

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see nsenter(1).

Linux
  1. Bagaimana Melakukan Chroot Dengan Ruang Nama Linux?

  2. Linux – Union Mount Di Linux?

  3. Linux – Bagaimana Cara Mendaftar Namespace Di Linux?

  1. Linux – Apa itu Namespace Uts?

  2. Cara memasang file iso di Linux

  3. Opsi pemasangan NFS umum di Linux

  1. Demystifying namespace dan container di Linux

  2. Ruang Nama Linux

  3. Bagaimana cara memasang perangkat di Linux?