I’m trying to compile something in OpenSuse however I get a Permission Denied.
I’ve tried with “sudo make” and even logged in with superuser but the same error persists.
How can I fix this? Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you seeing this error running anything with
sudo, or just when runningsudo make? If you are only seeing this problem when runningmake, does is happen on any makefile, or just this particular one?Is your user account listed in the
sudoersfile properly?