====== Технология namespaces ====== * [[https://habrahabr.ru/company/selectel/blog/279281/|Механизмы контейнеризации: namespaces]] * [[https://blogs.rdoproject.org/7761/hands-on-linux-sandbox-with-namespaces-and-cgroups|Hands on Linux sandbox with namespaces and cgroups]] # lsns # ls /proc # ps ax # man unshare # unshare --pid --mount-proc=/proc --fork bash или # unshare --pid --mount-proc=/proc --fork su -l user1 $ ls /proc $ ps ax # unshare --net --user --fork bash $ id $ ps aux $ ip l