You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ecommerce_docker/frontend_server/node_modules/is-root
sigonasr2 ff7945a554 Create Docker app with frontend,backend,database modules 5 years ago
..
index.d.ts Create Docker app with frontend,backend,database modules 5 years ago
index.js Create Docker app with frontend,backend,database modules 5 years ago
license Create Docker app with frontend,backend,database modules 5 years ago
package.json Create Docker app with frontend,backend,database modules 5 years ago
readme.md Create Docker app with frontend,backend,database modules 5 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
  • is-elevated - Check if the process is running with elevated privileges (cross-platform)

License

MIT © Sindre Sorhus