Top "Permission-denied" questions

This tag refers to a situation in which you are refused access to a particular system, file, database, etc.

Transferring a file to an amazon ec2 instance using scp always gives me permission denied (publickey,gssapi-with-mic)

I am trying to transfer a file to an ec2 instance. I followed the Amazon's documentation, this is what my …

amazon-ec2 scp private-key permission-denied
Error on git pull error : cannot open .git/FETCH_HEAD: Permission denied

I'm looking for help !! I am getting the following error message when trying to complete a git pull; C:\Jenkins\…

windows git jenkins cmd permission-denied
Tomcat not starting in linux ---permission denied to run startup.sh

I pasted tomcat folder in Linux machine. User is root . When I go to bin folder and execute ./startup.sh …

linux tomcat permission-denied
Kubernetes NFS persistent volumes permission denied

I have an application running over a POD in Kubernetes. I would like to store some output file logs on …

docker kubernetes permission-denied nfs persistent-volumes
`bundle install` failed due to permission denied

I've installed bundler gem on my new server and when I try to execute bundle install, it failed with this …

ruby bundler permission-denied
SVN Commit error: Can't open file txn-current-lock Permission denied

I can do checkouts, update and such. But when I try to commit changes, SVN gives me the following error: …

tortoisesvn commit permission-denied
Permission denied to access property 'href'

I try to reload parent web page from iframe. Here is my code: <script> $(document).ready(function() { window.…

javascript permission-denied
android createTempFile throws permission denied?

This is simple, but not working. I am trying to create a temp file (later a permanent storage file) for …

android file-io permissions permission-denied
How do I get rid of 'IOError: 13, 'Permission denied'' on Mac OS X

Here is my Code that I'm trying to run on Mac OS X: import getpass #Needed for fetching username import …

python macos osx-lion permission-denied ioerror
Permission denied executing any gcc-compiled c program on OS X (10.8.2) Mountain Lion

When executing any C program that I have compiled with gcc from the terminal, I get a permission denied error. …

c xcode macos gcc permission-denied