Difference between revisions of "LinuxDojo1"

From Fixme.ch
Jump to: navigation, search
(Cgroups)
Line 18: Line 18:
 
=== Cgroups ===
 
=== Cgroups ===
 
* https://lwn.net/Articles/604609/
 
* https://lwn.net/Articles/604609/
 +
<code>
 +
unshare --uts
 +
unshare --ipc
 +
unshare --user
 +
unshare --map-root-user --user
 +
unshare --fork --pid --mount-proc
 +
</code>
  
 
== Project leader ==
 
== Project leader ==

Revision as of 11:44, 22 March 2017

Description

Content

Namespaces

Capabilities

Cgroups

unshare --uts unshare --ipc unshare --user unshare --map-root-user --user unshare --fork --pid --mount-proc

Project leader

Participants

  • You

See also