NodeJS modify files with super user permissions

93 Views Asked by At

I want to modify hosts file ( /etc/hosts ) with NodeJS or NW.js. Is this possible?

1

There are 1 best solutions below

0
Elliott Storey On

Run your NodeJS script as super user and see if that helps.