G+_Eddie Foy Posted September 11, 2015 Share Posted September 11, 2015 How to remove sudo requirement for a program on Mac OSX? I compiled a simple c program. (sends text to a different bash terminal) It needs sudo to actually do its thing. I've mucked around chown and: sudo chown $(id -un):staff Would also like to do this to nmap/zenmap. It balks on some parameters. Link to comment Share on other sites More sharing options...
G+_Phil Chung Posted September 11, 2015 Share Posted September 11, 2015 chmod to change the permissions? Link to comment Share on other sites More sharing options...
G+_Eddie Foy Posted September 11, 2015 Author Share Posted September 11, 2015 permissions are ok, have all 3 'x' s it runs, but only with sudo. Trying to avoid needing sudo to run it. Link to comment Share on other sites More sharing options...
Recommended Posts