Comment on Another permission question
atek@lemm.ee 1 year agoI want to try that, but i’ve got to add: i want to access this folder from my desktop too. i added it the same way in /etc/fstab and it worked instantly
Comment on Another permission question
atek@lemm.ee 1 year agoI want to try that, but i’ve got to add: i want to access this folder from my desktop too. i added it the same way in /etc/fstab and it worked instantly
atzanteol@sh.itjust.works 1 year ago
That’s what group permissions are for. You can add yourself to the www-data group and
chown www-data:www-data
. Then you and the container should be able to operate on the contents.med@sh.itjust.works 1 year ago
Do not forget to log out and log back in after you add yourself to a new group. Your desktop environment is a program, and it won’t know about the update until you spawn a new graphical shell with the updated permissions.
SheeEttin@lemmy.world 1 year ago
Or just start a new login shell.