Top "Permission-denied" questions

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

Why am I getting IOError: [Errno 13] Permission denied?

I am creating Log file for the code but I am getting the following error : [Tue Jun 11 17:22:59 2013] [error] [client 127.0.0.1] import …

python python-2.7 permissions permission-denied ioerror
process_usershare_file: stat of failed. Permission denied Samba

I created a shared folder using samba in ubuntu to enable windows machines can access it with the following command: $ …

linux samba permission-denied ubuntu-14.04
Is possible to set System DateTime from my Android App?

I want to set system clock by SystemClock.setCurrentTimeMillis, but met following error: "Unable to open alarm driver: Permission denied" …

android android-manifest file-permissions permission-denied
virt-install error

I have setup kvm, libvirt on one of Dell poweredge1000m blades. I am using the following syntax for installing …

virtual-machine permission-denied kvm
How to solve Permission Denied when running Sublime Text 3 from the terminal?

The system is a Mac OS X El Capitan running Sublime Text 3. I was perfectly able to run ST3 from …

macos sublimetext3 sublimetext permission-denied osx-elcapitan
Android Studio 2.3 using emulator from console, "/dev/kvm device: permission denied" for root user

I'm trying to start a virtual android device which I created with the avdmanager of Android Studio 2.3 (via command line) …

linux ubuntu android-emulator permission-denied kvm
Permission denied when writing into sdCard

I'm trying write a file into SDCard, but I am getting error in logcat: 01-24 09:03:33.647: W/System.err(3353): java.io.…

android permissions permission-denied
session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied

I recently upgraded to PHP 5.3 and since then I get (sporadic) error messages which indicate Apache (or may be the …

linux ubuntu permissions file-permissions permission-denied
VBA Internet Explorer Automation 'Permission Denied'

Dim IE as New InternetExplorer IE.Visible = True IE.Navigate("http://www.google.com") Do Until IE.Busy = False Loop …

vba internet-explorer-7 automation permission-denied shdocvw
PHP Warning ZipArchive::extractTo(): Permission denied

I created an application, which using method extractTo() in class ZipArchive (standard in php) and I tested it on my …

php warnings permission-denied ziparchive