Skip to main content

Questions tagged [group]

All about Unix groups and access control.

0 votes
1 answer
29 views

TL;DR I am trying to make aplay play a wav file. This requires the current user to be in the audio group. It works fine when I invoke it from a logged in user, even when I su -u www-data but the nginx/...
Roger's user avatar
  • 111
0 votes
1 answer
146 views

In /etc/group there is a group users with numerical group ID 100. When I install RHEL 7,8, or 9 it does not allow me to create the initial user with a primary group ID of 100. The GUI always snaps ...
ron's user avatar
  • 9,175
2 votes
2 answers
220 views

I've been reading up on the "sticky bit" and it's almost what i want… but not quite. Background I'm managing a small JupyterHub instance with three courses and an instructor for each course. ...
Dustin Wheeler's user avatar
1 vote
1 answer
38 views

I have an Ubuntu server with ~6-7 users. We all use some software that requires some shared files and folders to be regularly updated. Let's call that shared directory /opt/science/online-data ...
ETM's user avatar
  • 31
1 vote
1 answer
199 views

Looking at the Linux group file I see that it lists group members by name and not by ID. Other files which need to identify users (e.g. shadow file) use the id. My question is how or why did group end ...
John Smith's user avatar
4 votes
1 answer
527 views

I am trying to add my user to several groups. I used sudo usermod -G group1,group2 to add my user to the supplemental groups I had created myself. My username shows up in /etc/group then. However ...
Ariser's user avatar
  • 303
1 vote
0 answers
78 views

I am trying to use the du command as one user from inside a docker container (Telegraf) to get the disk usage of various directories on an NFS-mounted external drive. My set up looks like this: Both ...
teeeeee's user avatar
  • 305
0 votes
1 answer
99 views

I don't understand why usermod has a -r option that can be used in combination with -G to remove groups that the user belongs to, but groupmod doesn't have an option to remove multiple users from a ...
Neox's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
42