Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

nsenter
Ввести существующие пространства имен

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  nsenter [-t pid] [-F] [-i] [-m] [-n] [-p] [-u] [-U] COMMAND...


Run COMMAND in an existing (set of) namespace(s).

  • -t PID to take namespaces from (--target)

  • -F don't fork, even if -p is used (--no-fork) The namespaces to switch are:

  • -i SysV IPC: message queues, semaphores, shared memory (--ipc)

  • -m Mount/unmount tree (--mount)

  • -n Network address, sockets, routing, iptables (--net)

  • -p Process IDs and init, will fork unless -F is used (--pid)

  • -u Host and domain names (--uts)

  • -U UIDs, GIDs, capabilities (--user) If -t isn't specified, each namespace argument must provide a path to a namespace file, ala "-i=/proc/$PID/ns/ipc"
  • [ ToyBox ]     [ ManLinux ]