Socket
Book a DemoInstallSign in
Socket

useradd

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

useradd

`useradd` is a wrapper of `useradd` command line tool for adding users. It has a nice, sweet API.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

useradd Build Status

useradd is a wrapper of useradd command line tool for adding users. It has a nice, sweet API.

Installation

npm install useradd

Usage

var useradd = require('useradd');
useradd('maciej'); // spawns `useradd maciej`

See tests for more advanced usage.

FAQs

Package last updated on 10 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts