ilya_shyian 1c5a2a8f35 +react/react-store 3 years ago
..
index.d.ts 1c5a2a8f35 +react/react-store 3 years ago
index.js 1c5a2a8f35 +react/react-store 3 years ago
license 1c5a2a8f35 +react/react-store 3 years ago
package.json 1c5a2a8f35 +react/react-store 3 years ago
readme.md 1c5a2a8f35 +react/react-store 3 years ago

readme.md

is-root Build Status

Check if the process is running as root user, for example, one started with sudo

Install

$ npm install is-root

Usage

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

isRoot();
//=> true

Related

  • is-elevated - Check if the process is running with elevated privileges (cross-platform)

License

MIT © Sindre Sorhus