I am getting permission denied error in linux fedora while using ./newmkapp command. The error message is — bash: ./newmkapp: Permission denied..
I am getting permission denied error in linux fedora while using ./newmkapp command. The
Share
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.
check your file permissions with
It should look something like this
if you are not the owner you can use
to change ownership, or you can make the file executable by other if you are not the owner or in the group that owns the file.