Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.52 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.52 KB

pysetns

pypi downloads license

build upload docs

pysetns - is a Python wrapper for the Linux setns system call.
See the manpage for an introduction to setns and namespaces.

To detail see the documentation

IMPORTANT!

setns required execution from ROOT!

Requirements

  • Linux 3.0+
  • Python 3

Installing

Using PIP

$ pip install pysetns

From sources

$ git clone https://github.com/baskiton/pysetns.git
$ cd pysetns
$ python setup.py install

Usage

See examples