An open API service indexing awesome lists of open source software.

https://github.com/jjsearle/ns

Network namespace manager
https://github.com/jjsearle/ns

bash linux network-namespace networking

Last synced: 2 months ago
JSON representation

Network namespace manager

Awesome Lists containing this project

README

          

# ns
Network namespace manager

## Install

```
[joe@nostromo ns]$ sudo install -g root -o root -m 700 ns /usr/sbin/ns
```

## Usage

```
Usage: ns [options]
Subcommands:
create : Create new namespace and attach
list : List active namespaces
attach : Attach to namespace
del : Delete a namespace and kill processes
```