Top "Permission-denied" questions

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

WinSCP: Permission denied. Error code: 3 Error message from server: Permission denied

I am using WinSCP and keep on experiencing this error every time I try to replace/overwrite a file. I …

permission-denied winscp
Permission denied on CopyFile in VBS

I'm trying to automate pushing a file into my users' home directories, but am stuck on a "Permission Denied" error — …

vbscript permission-denied file-copying
Executing a shell script from a PHP script

I want to execute a Bash script present on the system from a PHP script. I have two scripts present …

php apache bash shell permission-denied
PHP fopen() Error: failed to open stream: Permission denied

I learning how to write a WordPress plugin. I need some help writing some data to an XML file. I'm …

php wordpress fopen permission-denied
How to give folder permissions inside a docker container Folder

I am creating a folder inside my Dockerfile and I want to give it a write permission. But I am …

docker permissions dockerfile permission-denied
EC2 ssh Permission denied (publickey,gssapi-keyex,gssapi-with-mic)

I got this permission denied problem when I want to ssh to my ec2 host. I tried existing solution chmod 600 "…

linux ssh amazon-ec2 permission-denied
using shutil.copyfile I get a Python IOError: [Errno 13] Permission denied:

I have some python code using shutil.copyfile: import os import shutil src='C:\Documents and Settings\user\Desktop\FilesPy' …

python permission-denied shutil
Can't edit the host file

I've been trying to edit my host file for a while now and I keep failing. I tried to open …

windows-7 permissions notepad++ file-permissions permission-denied
Unable to upload a file SFTP using SSH.NET in C# - Permission Denied

I am trying to upload a file using SFTP protocol using C# using SSH.NET library. Below is the code …

c# upload sftp permission-denied ssh.net
Why does docker container prompt "Permission denied"?

I use following command to run a docker container, and map a directory from host(/root/database) to container(/tmp/…

linux docker permissions permission-denied user-permissions