On 02/11/2014 01:35 PM, Jake Swensen wrote: > Are you using the stock user account 'ubuntu' or did you create your > own? If you are using the 'ubuntu' account, sudo ./helloWorld should > work as long as you are in the directory helloWorld is in. If it > doesn't, you may have typed something wrong in your code and we would > need to look at it. If you created your own account, can you sudo > anything? Make sure the account is a part of the group 'sudo' by > typing 'groups' in the terminal. If not, add it with the command (run > from root or sudoer account) 'usermod -a -G sudo <username>' > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google > Groups "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. visudo should be used to edit the sudoers file.
-- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
