Sha256: cc6dcd2500a6680b30423f99f6328676dcda4f402f3b4af18b5c15cf71b9b7a5
Contents?: true
Size: 443 Bytes
Versions: 69
Compression:
Stored size: 443 Bytes
Contents
# is-root [![Build Status](https://travis-ci.org/sindresorhus/is-root.svg?branch=master)](https://travis-ci.org/sindresorhus/is-root) > Check if the process is running as root user, eg. started with `sudo`. ## Install ```sh $ npm install --save is-root ``` ## Usage ```sh $ sudo node index.js ``` ```js // index.js var isRoot = require('is-root'); isRoot(); //=> true ``` ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Version data entries
69 entries across 69 versions & 2 rubygems