website/node_modules/is-root/readme.md

is-root Build Status

Check if the process is running as root user, eg. started with sudo.

Install

$ npm install --save is-root

Usage

$ sudo node index.js
// index.js
var isRoot = require('is-root');

isRoot();
//=> true

License

MIT © Sindre Sorhus



JohnCoene/chirp documentation built on May 25, 2021, 6:33 p.m.