Last updated 3 years ago
Was this helpful?
Check if the process is running as root user, for example, one started with sudo
sudo
- Check if the process is running with elevated privileges (cross-platform)
MIT ©
$ npm install is-root
$ sudo node index.js
// index.js const isRoot = require('is-root'); isRoot(); //=> true