Indeed, the only reason to run things under "sudo" is when you're doing something that needs root privilege, like updating system files
  (such as when you do a sudo make install), or you're trying ot get access to some resource that an ordinary user doesn't have access to.
 
Ordinary applications (which is 99% of everything you'll ever use) just require your ordinary userid.  That was a time *very* long ago when a
  fully-installed Gnu Radio installation required apps that accessed USB devices (like USRP1) to run as root, just because there was no udev rules
  installed.  That was fixed years and years ago.
 
 
 
on Jul 23, 2014, Nguyễn Văn Lý <lynguyenvan....@gmail.com> wrote:
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to