I’m trying to install something on my MacOS (or Linux) system and I don’t have permission because I’m not the admin. So I tried using sudo and it says that I’m not in /etc/sudoers file. I’ve tried editing the sudoers file but it won’t let me, so I “googled” it. Everybody says to use visudo to edit the file. The
Tag: sudoers
What does “visudo: Warning: Cmnd_Alias `NOPASSWD’ referenced but not defined,” mean?
I am editing the file sudoer using the visudo command. When I am done saving the file this warning appears. I am not able to remotely execute a particular file as a non root user. I think this warning might have something to do with it. How do I resolve this warning? EDIT: It is actually NOPASSWD Answer Like Paulo