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

file editing shell but i permission denied

sudo echo "sadfsadf" > /etc/apache2/mods-available/dir.conf I ran the command with sudo but it returned the error: "permission denied: Why does this command not work?
redaced
  • 9
  • 4
-1
votes
1 answer

Permission denied for object sysmonitors [Sybase]

I got permission denied problem which executing query for Sybase. 1. Exception: SELECT permission denied on object sysmonitors, database master, owner dbo. 2. Exception: master.dbo.monCachePool not found. Specify owner.objectname or use sp_help to…
Tun Lin Aung
  • 339
  • 1
  • 4
  • 17
-1
votes
1 answer

Does EVERYTHING require sudo? Setting up an ubuntu machine

I'm new to linux systems. I'm setting up an Ubuntu 14.04 server through AWS. I'm using their "ubuntu" user, which from my understanding should have all the permissions root does, but I get permission errors everywhere, requiring tons of "sudo". I'm…
sybaritic
  • 392
  • 6
  • 15
-1
votes
1 answer

Permission denied writing files FastCGI in Plesk virtual server

I'm running a website on a virtual server under Plesk v10.4. I've changed PHP mode from Apache module to FastCGI for some subdomains. It works all ok, but error log shows me there are some permission problems when the application tries to write some…
alcoceba
  • 421
  • 4
  • 18
-1
votes
1 answer

crontab permission denied error

I put a file.sh for crontab to execute and redirecting the output into an email to my mailox. The script works when I run it manually. Unfortunately, when crontab does the job, it has the following error (from the output sent to me): /bin/sh:…
Tony Sau
  • 13
  • 3
-1
votes
2 answers

Access file in production by Handler giving "access denied"

I have a legacy web app, which has a HTTPHandler to give access to a set of files by checking permissions in database. In development it works OK. But in production, it works only in localhost. Every another computer that try to access file (and…
Andre Figueiredo
  • 12,930
  • 8
  • 48
  • 74
-1
votes
3 answers

Unable to move file in unix

I am new to unix. I am trying to move a file from one file system to another in unix. The id which i use is a group id and not owner id. The file is having rw-rw-r-- access. When i try to move the file from one file system to other it says…
prabu
  • 1,247
  • 7
  • 21
  • 33
-1
votes
2 answers

Synology NAS permissions for web server and FTP

I'm trying to set up a Synology DS212j with DSM 5.0-4482 as a web server, with FTP access but I'm having permission issues. I manage to get the site up and running, and the SFTP server running. The problem is that I can't write to the server via…
Punchlinern
  • 714
  • 5
  • 17
  • 33
-1
votes
1 answer

can't save changes to Makefile on Fedora 19

So I'm installing NS2.35 on my Fedora 19 per this link - http://wpage.unina.it/marcello.caleffi/ns2/fedora.html Now everything about this installation is going smoothly but I'm hitting a snag when it comes to cut/copy/paste/save as activities .…
Raaj
  • 1,180
  • 4
  • 18
  • 36
-1
votes
1 answer

cross scripting permission denied in javascript

Have an app A hosted on port 80 with a hostname of mycompany.net Have app B hosted on 8080 of the same server with hostname sub.mycompany.net. Page 1 of app A opens Page 2 of app B. On Button Click of Page 2 of App B, I want to be able to update…
-2
votes
0 answers

How to run `git submodule update` in github action?

i will write action for github workflow to handle code lint in javascript. my action name: Code Lint on: pull_request: types: [opened, synchronize, ready_for_review] workflow_dispatch: jobs: jslint: name: JavaScript…
-2
votes
1 answer

SSH into ec2 instance with ansible not working. Permission denied

I am following an ansible tutorial and trying to run ad hoc ansible command but I am getting a permission denied error. My controller (local machine) is wsl ubuntu and the node is amazon linux 2023. I used the AWS UI to generate the access keys and…
-2
votes
2 answers

.sh File not executing on Linux

Does anyone know why the executing a shell script as such ./hello.sh would not work but bash hello.sh does? cat /tmp/hello.sh #!/bin/bash echo "Hello World" When I run the script as such: bash /tmp/hello.sh I get Hello World But when I run…
Metro
  • 873
  • 8
  • 19
-2
votes
1 answer

errno 13: permission denied in vscode

[ VSCODE ] it's a simple code to read a text file, but it keeps giving me errno 13 with open('movie.txt') as file_object: content = file_object.read() print(content.strip()) the file is saved as movie.txt, but when i used that it said…
-2
votes
1 answer

Forbidden access to OneDrive pdf files via VBA

GOAL: By VBA I have to download a pdf from OneDrive. PROBLEM: I am following a bunch of tutorials, but when the download has finished and I try to open the downloaded pdf file I receive this error message: "Adobe Reader could not open…
1 2 3
99
100