chown Questions
15
when I set the EACCESS for npm and I was ran the chown command in my terminal for change owner permission but now i stuck in this
sudo :" /usr/bin/sudo must be owned by uid 0 and have the setuid b...
8
Solved
None of my website images are loaded, although paths are correct. In my Apache logs, I have plenty of :
(13)Permission denied: [client 87.231.108.18:57108] AH00035: access to
my/file/path/some-p...
Leukoderma asked 7/8, 2014 at 18:54
6
Solved
I can't understand why the 'chown' command should increase the size of my docker image?
The following Dockerfile creates an image of size 5.3MB:
FROM alpine:edge
RUN adduser example -D -h /exampl...
Cargill asked 6/5, 2015 at 19:13
2
Solved
My OS specifications are given below:
pegasus@pegasus:~$ uname -r
5.19.0-1007-nvidia-lowlatency
pegasus@pegasus:~$ uname -a
Linux pegasus 5.19.0-1007-nvidia-lowlatency #7-Ubuntu SMP PREEMPT_D...
Lucey asked 3/5, 2023 at 15:12
3
Solved
Everything else takes effect but permissions are not changing, am I missing something?
FROM joomla:3.9-php7.2-apache
RUN apt-get update \
&& apt-get install -y apt-utils vim curl
COPY ....
Toggery asked 8/5, 2019 at 16:21
5
I am unable to do brew update because I can’t chown /usr/local:
$ brew update
Error: /usr/local is not writable. You should change the ownership
and permissions of /usr/local back to your user acc...
5
Is there a way to install NPM command line tools on NixOS?
[root@ip-xxx-xxx-0-27:~/teros/ntrs-cli]# sudo npm i -g typescript
npm WARN checkPermissions Missing write access to /nix/store/rhikjv5vlp...
3
Solved
My question in short: I run into permissions error every time I execute any Vagrant command without 'sudo' - from vagrant up to vagrant provision. Is this expected behaviour?
/Applications/Vagrant...
Skinny asked 3/9, 2014 at 20:4
3
Here is are the original files in the Wordpress Docker container on path /var/www/html:
$ docker exec 5b957c7b9c5ad054883694afbfb80d3c9df6707458d55011f471be0701f3890c ls -l
total 192
-rw-r--r-- 1 ...
Stooge asked 29/5, 2017 at 22:36
6
Solved
My Dockerfile creates a directory, chown's it, and then lists the directory afterwards. The directory is still owned by root. Why is that?
Here is the Dockerfile:
FROM ubuntu:precise
RUN us...
3
Solved
I'm trying to create a tablespace in postgres, but I'm getting ownership problems. The command I'm using is:
CREATE TABLESPACE magdat OWNER maggie LOCATION '/home/john/BSTablespace'
I get the er...
Benediction asked 6/3, 2011 at 1:45
1
Solved
My friend gave me a project with a dockerfile which seems to work just fine for him but I get a permission error.
FROM node:alpine
RUN mkdir -p /usr/src/node-app && chown -R node:node /usr...
Dextral asked 17/2, 2022 at 18:10
2
Solved
I installed MongoDB with the official packages (mongodb-stable), and followed the Quickstart guide which includes:
By default MongoDB will store data in
/data/db, but it won't automatically
cr...
Trusteeship asked 14/3, 2011 at 15:39
2
A junior team member did a nasty chmod -R 777 in /etc/ and cause SSH cannot login remotely in a Ubuntu server. Now I fixed this login issue by manually set the correct file permissions on /etc/ssh/...
Tother asked 15/4, 2015 at 10:15
5
Solved
The /sys/class/gpio can only be accessed as root by default. So I like that a new group gpio can use the files and directories under /sys/class/gpio. To achieve that I added the following lines to ...
Perithecium asked 19/6, 2015 at 13:7
10
Solved
What's the "python way" to recursively set the owner and group to files in a directory? I could just pass a 'chown -R' command to shell, but I feel like I'm missing something obvious.
I'm mucking ...
5
Solved
I'm following the recent RailsCast on setting up PostgreSQL, but I'm unable to run the initdb /usr/local/var/postgres command. Each time I run it, I get this error:
The files belonging to this dat...
Fulgor asked 3/5, 2012 at 12:31
8
I just finished installing MongoDB on OSX and setup a directory structure with sudo mkdir -p /data/db.
When I attempt to run mongod from my user account it returns an error stating that my user ac...
Frolicsome asked 11/3, 2015 at 13:3
3
Solved
When I run these commands from my App folder:
git add .
git commit -m "commit details"
git push
I get the error:
mycompaq@ubuntu:~/myapp$ git add .
error: insufficient permission for add...
8
Solved
It's hard to find Mac-specific answers to this question on the web, so I'm hoping someone out there can put this one to rest for me? My permissions are screwed up on my sites and I'm not sure how t...
Thanhthank asked 4/1, 2010 at 20:8
5
Solved
I want to get SQL LOAD_FILE function to work and have read every single question/answer + documentation about this, but here is what's been happening.
When I want to LOAD_FILE from my home directo...
Staceestacey asked 27/6, 2014 at 19:5
6
Solved
I've installed homebrew, and am trying to change the write permissisons for the /usr/local/include directory.
When I run 'brew doctor', I get this error message:
Error: The /usr/local director...
2
Solved
I have a command in ubuntu as
sudo chown $(id -u):$(id -g) $HOME/.kube/config
I want to convert into ansible script. I have tried below
- name: Changing ownership
command: chown $(id -u):$...
Vadnee asked 17/7, 2019 at 7:24
3
Solved
I have tried the following command to chmod many images within a folder...
chown -R apache:apache *
But i get the follwing error
-bash: /usr/bin: Argument list too long
I then tried ...
ls ...
5
Solved
1 Next >
© 2022 - 2025 — McMap. All rights reserved.