Linux operation prompt: Permission denied

Linux operation tips:

sh: /connector/xm/xxx: Permission denied
npm ERR! code ELIFECYCLE

This is no permission, need to set permissions
Insert picture description here

Copy all the sh: after the error and execute the command:

chmod 777 /connector/xm/xxx

Note: Set the permission size according to the requirements
, and then execute the error operation just now and it will be OK

Welcome big guys to leave comments and learn together!!! Thanks!!!

===========================
Original article, reprinted with the source!

Guess you like

Origin blog.csdn.net/dayonglove2018/article/details/108473277