Untie

Untie is a small tool used to create namespaces and lauch processes in them.
Download

Untie Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Guillaume Chazarain
  • Publisher web site:
  • http://guichaz.free.fr/iotop/

Untie Tags


Untie Description

Untie is a small tool used to create namespaces and lauch processes in them. Untie is a small tool used to create namespaces and lauch processes in them. It uses Linux's virtualization features.The project allows the user to call clone(2) with any flag as a parameter. Note that superuser privileges are needed to create namespaces.Untie is a small tool used to create namespaces and lauch processes in them. It uses Linux's virtualization features. Basically it allows to call clone(2) with any flag as parameter. Note that superuser privileges are needed to create namespaces.Here is a sample usage with the mount namespace:# untie -huntie 0.1Usage: untie ... ... -h, --help Print help and exit -V, --version Print version and exit --mount New mount namespace (default=off) --uname New uname (default=off) --ipc New IPC context (default=off) --mask=MASK Pass user defined flag# mkdir dir1 dir2# touch dir1/file1 dir2/file2# untie --mountA new shell has been spawned by untie# mount --bind dir1 dir2# ls dir1 dir2dir1:file1dir2:file1# exitBack to the original namespace# ls dir1 dir2dir1:file1dir2:file2#In this "demo" a new mount namespace is created and a bind mount is made in this new namespace. This mount is invisible to other namespaces. Leaving the namespace destroys it and cancels the mount.What's New in This Release:· The possibility of running a program as a daemon, the setting of an alarm timer, the nice level setting, and changing the scheduling policy as well as its priority were added.


Untie Related Software