Questions tagged [permission-denied]

This tag refers to a situation in which you are refused access to a particular system, file, database, etc. that is protected. The most common cause of this is improper credentials (i.e. usernames, passwords, etc.)

Use this tag for questions related to being unable to access a particular system, file, database, etc. that is protected because of permission issues.

1520 questions
-1
votes
1 answer

Access to the path 'C is denied.'

I use File.Delete to delete a .exe file in the C drive. But it says I don't have access to delete it. Now I want to use File.Delete and File.Move to do it, I tried running VS with Admin rights but it didn't work. I want to work with C drive, not…
D2K
  • 1
  • 4
-1
votes
1 answer

Why I'm getting "Permission denied " error HADOOP? And Why I'm unbale to import .csv file?

I have this table called 'emp' in hbase. hbase(main):006:0> create 'emp', 'personel data' 0 row(s) in 1.3110 seconds I've inserted 2 rows in it via put command. hbase(main):020:0> scan 'emp' ROW …
Pratik Bawane
  • 31
  • 1
  • 2
  • 8
-1
votes
1 answer

~/.p4enviro in ubuntu Permission denied

When I try and run ~/.p4enviro in Ubuntu I get the following message: Permission denied I have tried logging is as toot but that didn't help.
-1
votes
1 answer

How to create csv file in a specific folder with Python?

I try to create multiple csv file with Python in a specific folder. But i got a "PermissionError: [Errno 13] Permission denied" import csv import os compteur = 0 os.chmod(r'C:\Users\vion1\Ele\Engie\Exercices\concept\create_multiple_file',…
SRP
  • 209
  • 6
  • 15
-1
votes
1 answer

Errno 13 Permission denied: while loading csv files and plotting a gaussian fit

I am getting an error while storing the contents of a csv file into an array. My csv files consists of 2 columns of x-values and y-values. I am using a for loop to loop through a folder of csv files, obtain their file names and store the contents of…
Angela Mary
  • 49
  • 1
  • 8
-1
votes
1 answer

Permission denied with ansible

I was trying to install htop on a debian server with this command: ansible debian -m apt -a "name=htop state=present" but I get this error: ubuntu-20.lab | FAILED! => { "ansible_facts": { "discovered_interpreter_python":…
-1
votes
3 answers

Laravel - Every new day I have this error : failed to open stream: Permission denied

i tried by giving permission (775) to bootstrap/cache and storage folder - it works fine on that day but next day it gives error again with new created log file. The stream or file…
husnain ahmed
  • 11
  • 1
  • 3
-1
votes
1 answer

zsh: permission denied: /Users/jailbreak/Desktop/project/n.py

I tried to open n.py through terminal on mac os big sur, although zsh shows that permission denied
jailbreak
  • 1
  • 1
-1
votes
3 answers

fopen() in PHP not creating or writing to txt file

I get the following Warning: Warning: fopen(Uploaded_Files/dataFile1.txt): failed to open stream: Permission denied in /opt/lampp/htdocs/PHP_Course_Practice/Superglobals/data_upload.php on line 17 I am using XAMPP for 7.4.8-0 Using my MacBook as a…
KodeMonk
  • 1
  • 3
-1
votes
1 answer

g++ permission denied(Mac)

I tried to run a c++ file with the mac terminal, but it gave me the error as shown below: Does anyone have any idea why this is happening?
timg
  • 381
  • 2
  • 13
-1
votes
1 answer

BitmapFactory.decodeFile e/bitmapfactory unable to decode stream java.io.filenotfoundexception EACCES (Permission denied)

I tried to take a picture from storage, and display it in ImageView using BitmapFactory.decodeFile but i found error unable to decode stream java.io.filenotfoundexception EACCES (Permission denied), i'm using android 10 emulator API 30. this is my…
Erlangga
  • 131
  • 3
  • 14
-1
votes
2 answers

Why print functionality in javascript is not working in edge, but works in chrome

Hi I have the below code to achieve print functionality . The code works fine in Chrome, but doesnt work in Edge. Getting the follwing error in edge.I am building the layout in javascript in generatePDF function. Below is my JS…
Nancy
  • 911
  • 7
  • 26
  • 54
-1
votes
1 answer

How to use SFTP with .pem file in C#.net?

Problem: I am using C# .net platform to SFTP a file to remote host with a key file/.pem file and no password. C#.net source code: ProcessStartInfo p = new ProcessStartInfo { FileName = "sh", Arguments = "upload.sh " +…
Sayan Sen
  • 1,654
  • 3
  • 16
  • 26
-1
votes
1 answer

"Cannot open output file. Permission denied" error while debugging C++ codes in Eclipse

I'm getting the following error when I try to debug my code in Eclipse: c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot open output file Pointers.exe: Permission denied I'm using Windows 10, have McAfee antivirus, have…
user10399321
  • 21
  • 1
  • 3
-1
votes
1 answer

how to view adminlte template without php artisan serve

I have my project created with adminlte template, when i deploy my project i tried it to run without php artisan serve command but i failed i tried this options but all of my design gone away and nothing work as it was before, This is the error a…