python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can not access folder after chown with podman unshare
I have a rootless setup (podman is running in user space and the container I'm starting is also rootless. Now I wan't to mount a volume. To do so I'm using podman unshare chown but after executing thi...
PascalTurbo
Votes: 0
Answers: 0
When we use -R with chmod or chown will it affect the files which might get added to the directories in the future?
So i know that whenever we use
chmod -R xxx directory_name
chown -R user:group directory_name
it affects all the files which are currently there in the directory.
But my question is, will the comman...
uday
Votes: 0
Answers: 1
Unix command to exclude a particular directory and its contents using chown, while permission to other directories are applied
I'm using the below command to change the ownership (using chown) of sets directories and files present under a /opt/var and trying to exclude .snapshot directory and its contents.
find /opt/var/ ! -n...
mansing shinde
Votes: 0
Answers: 1
Docker EACCES permission denied mkdir
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/sr...
azium
Votes: 0
Answers: 1