Answer the question
In order to leave comments, you need to log in
How to allow execution of a file from the root folder?
Hello. I compiled node-sass and placed it in the node global modules folder: /root/.nvm/versions/node/v10.16.3/lib/node_modules/node-sass/
Executable file /root/.nvm/versions/node/v10. 16.3/lib/node_modules/node-sass/bin/node-sass has "-rwxrwxrwx" permissions.
But when I try to execute this file not as root, I get an error about lack of access rights.
Tried to create a link to /usr/bin. The link is created but the rights are not enough to start.
How to allow execution of this file by other users?
Answer the question
In order to leave comments, you need to log in
How to allow execution of this file by other users?
A non-root does not have access to / root, so what further rights are assigned there no longer plays a role.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question