Skip to main content

Questions tagged [permissions]

Permissions are the Unix way of controlling access to resources such as files, directories and devices and may be specified for an owner, group, or all users.

Filter by
Sorted by
Tagged with
0 votes
1 answer
19 views

I am very paranoid about security, trying to push the limits. I am curious about nosuid because I think it is very cool that we can prevent files from executing with elevated permissions by setting it ...
batotype's user avatar
3 votes
1 answer
313 views

I made a custom ~/.asoundrc on Ubuntu 24.04, but when I run alsamixer I get an error: ALSA lib conf.c:4123:(config_file_open) cannot access file /home/ruslan/.asoundrc ALSA lib conf.c:4043:(...
Ruslan's user avatar
  • 3,550
0 votes
2 answers
73 views

When using the find command or any other recursive file searches, I always notice /usr/sbin/authserver in the context of a "permission denied" error. Just out of pure curiosity, what ...
Rumi-SE Must Follow the CC-SA's user avatar
3 votes
3 answers
201 views

I have two linux computers: personal (arch, full root access) workplace (ubuntu, no root access). I am using "Unison" to sync some selected directories from one computer to an ext4 USB ...
arismav's user avatar
  • 31
0 votes
0 answers
47 views

I'm a student learning UNIX permissions and scripting on macOS. I created a short script that makes a file and applies chmod 640. However, a user in the same group cannot read the file. Here is the ...
Mamoona's user avatar
1 vote
0 answers
83 views

My Android app is trying to write to the /dev/video0 file but is getting the following AVC denial: 10-31 08:31:42.987 4786 4786 W com.my.app: type=1400 audit(0.0:41): avc: denied { write } for name=&...
Aliaksei Laurynovich's user avatar
1 vote
1 answer
51 views

I would like to run a custom script on startup. I added the script to my root crontab via sudo crontab -e and adding @reboot /path/to/my_custom_script.sh to the end. I made sure my_custom_script.sh ...
stones's user avatar
  • 13
1 vote
1 answer
113 views

I'm explicitly setting umask to the same value (0077) in two locations: ~/.profile & in /etc/systemd/system/[email protected]/umask.conf per this comment: [Service] UMask=0077 Yet in my shell ...
laur's user avatar
  • 814
0 votes
2 answers
48 views

Basically, without giving the user any new permissions, I am looking to be able to write to /sys/bus/usb/drivers/usb/unbind and /sys/bus/usb/drivers/usb/bind via a systemd service running as the ...
Camille Guay's user avatar
0 votes
0 answers
24 views

I'm running Gnome 48 using Ubuntu on TUXEDO Pulse 14 laptop. I have a program(Tuxedo Control Centre)that requires the root password to save any settings. The program works fine on another distro. When ...
user226357's user avatar
3 votes
2 answers
506 views

I'm new with Linux and I worked on permissions recently. I'd like to find out if it is possible to schedule permission changes and how can it be done? I mean if I want to give say a group, access to ...
Temiloluwa Akinlabi's user avatar
3 votes
2 answers
385 views

journalctl -b shows: systemd-cryptsetup[1807]: Key file /some-path/keys/sda1.luks is world-readable. This is not a good idea! … systemd-cryptsetup[1807]: /some-path/keys/sda1.luks has 0644 mode that ...
Clément's user avatar
  • 410
0 votes
0 answers
45 views

Context I have a system user caddy and a shell script placed under /run/caddy/caddy-cert-obtained-wrapper.sh. /run and /run/caddy are owned by root:root with permissions 0755. caddy-cert-obtained-...
Martin Tovmassian's user avatar
5 votes
2 answers
732 views

I am attempting to copy an Arch Linux ISO image directly to a USB drive. Previously, I have simply used either cp or dd to do this, such as: sudo cp image.iso /dev/sdb where /dev/sdb is the USB ...
esotechnica's user avatar
1 vote
1 answer
56 views

I'm learning linux permissions and confused about the permissions for killing a process. First, from kill(2) manpage: For a process to have permission to send a signal it must either be privileged (...
Elucidase's user avatar

15 30 50 per page
1
2 3 4 5
307