I have a bash script that contains few commands that can only
be run by root
, e.g. wpa_supplicant
. I would like to allow the normal user
to run the script without sudo.
I found these posts but they are not exatcly what I want ( here, there and there)
sudo
, that's what it was meant to do. Just change the command to the one you need. – lcd047 Jul 02 '15 at 13:42