Skip to main content

Questions tagged [user-groups]

The tag has no usage guidance.

0 votes
2 answers
123 views

Setting up the group permissions in samba throughout archlinux

I wanted to set up the permissions for the group on linux, so members can access the group on windows. I coded it in archlinux and it looks like this : [test] path = /srv/smbtest/test valid users =...
Minja Culic's user avatar
0 votes
1 answer
90 views

Primary user group for Linux desktop applications

My user has several groups assigned (e.g. group_a and group_b). By default, the order is: $ groups > group_b group_a In order to assign the right primary group (for file access rights etc.), I ...
benjamin's user avatar
0 votes
2 answers
2k views

What does Docker ID 999 mean?

What does the 999 on the docker mean: michael@the-marketplace:/opt/backups$ id uid=1002(michael) gid=1002(michael) groups=1002(michael),999(docker) and why can I simply become root by running (source ...
zaid asseh's user avatar
18 votes
2 answers
3k views

Why do `groups` and `groups $USER` give different results?

I want to add myself to the "docker" group. These are the commands I ran, and their output: user1@laptop-p3510:~$ sudo usermod -a -G docker user1 user1@laptop-p3510:~$ groups user1 adm cdrom ...
Grollo's user avatar
  • 283
3 votes
1 answer
6k views

NFS Directory Group permissions not working

For some reason the users that are part of a particular group (with that group have rwx on an NFS directory) cannot cd in to that directory. I am at a loss here, there has to be something I am missing....
user avatar
0 votes
0 answers
164 views

How to change the group of a file generated by my python codes on Linux server?

I belong to multiple groups (AAA, BBB, CCC, and etc.) on a Linux server. And I wrote a python code that generates a file on the server. When generated, this file belongs to group AAA, by default. But ...
user3768495's user avatar
2 votes
0 answers
493 views

How do I fix a quantum group membership? (I'm in the group, unless I look at the group, in which case I'm not in the group)

This happened (explanation on how we got to this below): PS C:\> Add-LocalGroupMember -Group "Network Configuration Operators" -Member myuser Add-LocalGroupMember : MYLAPTOP\myuser is ...
Alexandros's user avatar
1 vote
0 answers
79 views

Linux user administrator hierarchy

Can I have two users, one above other, but all can run all sudo commands and run all sudo applications, except user below, is not allowed specific small group of actions,set by user above. Ideally, ...
Nika Tvildiani's user avatar
1 vote
1 answer
1k views

Cannot run docker as non sudo user

cannot run docker as non-privileged user. I added user to docker group with: sudo groupadd -a -G docker $USER I loggeg out and in again, still no success. I am running docker on a Ubuntu 21.10 system....
t0v4's user avatar
  • 51
0 votes
0 answers
79 views

How can I change the IsContainer property of an AD Group?

This question is related to an answer of another question: https://superuser.com/a/1555013/298965 Please, how do I access, view or change the IsContainer property of an AD Group? I have tried it in a ...
Storm's user avatar
  • 121
1 vote
1 answer
406 views

Prevent regular users from accessing Windows settings

I have two user accounts under Windows 10 Pro (version 2004) - one administrative and the other regular. I would like to forbid the access to the Windows settings from the regular account. In ...
AlwaysLearning's user avatar
-1 votes
2 answers
876 views

I accidentally removed SYSTEM group & 'Authenticated Users' group from C:\ permissions in Windows 10

Hoping someone can help. I was following the instructions for 'Solution 6:' on this linked page in an attempt to fix a blank preview screen in the OBS Studio app OBS Blank Preview Screen Fixes Sadly ...
Vicky White's user avatar
1 vote
0 answers
34 views

User groups issue

Recently I noticed strange thing that I can't figure out searching the web. The groups and id give $ groups q $ id uid=1000(q) gid=1000(q) groups=1000(q) But explicitly passed arg change the ...
4xy's user avatar
  • 111
0 votes
2 answers
3k views

Can anyone tell me where these users and groups came from? (sshd, devtoolsuser, aspnet & netmon users, ssh users, performance log users)

I ran into an issue with "an administrator has blocked you from running xx app" which shouldnt be happening due to the fact im obviously administrator on my pc, and i have real-time/smartscreen ...
klepp0906's user avatar
  • 1,115
0 votes
1 answer
1k views

How can i specify which group can read and write files in directory

i have two groups boys girls boys have users pete ali girls have users alice mary i have d1 directoy in home/pete I want to let only pete can read and write the files in that folder, And ali ...
M J's user avatar
  • 15
0 votes
0 answers
697 views

getent group correct but id not

How on earth can this be possible? # getent group mailuser mailuser:*:37103:admin,pinguin,testuser # id testuser uid=46944(testuser) gid=100(users) Gruppen=2399(datas),100(users) # Yes, users/groups ...
divB's user avatar
  • 589
0 votes
1 answer
635 views

How to plot longitudinal data in R

I am trying to plot longitudinal data in R. My data frame has this form: participant_ID group S1 S2 S3 S4 S5 S6 S7 S8 1 ctrl 14.00 14.00 13.00 13.00 7.00 8.00 4.00 1.00 2 ...
Yacila's user avatar
  • 3
0 votes
1 answer
112 views

List admins of a user group?

I was trying to add a user to a user group that I'm currently in. With pts adduser -user MyFriend -group OneOfMyGroups I got ts: Permission denied ; unable to add user MyFriend to group ...
Sibbs Gambling's user avatar
1 vote
1 answer
1k views

How to restore "wheel" user/group?

I deleted wheel group in HDD "get info/permissions" wrongly thinking it was hacker. I now see that my Mac is running akwardly these days. How can I restore or recover "natural" or previous HDD user/...
donagustino's user avatar
0 votes
1 answer
1k views

Synology: understanding the group service permission

Let's say I have a user group A and user group B. I want A to have access to the FTP service and nothing else. I want B to have access to the cloud drive service and nothing else. Now if I add a ...
lvictorino's user avatar
0 votes
0 answers
34 views

Linux Commands for Task

I am working on a File server on cent OS but stuck with a simple process, some how I am getting no result maybe I am new Linux that's why can't figure it out. Please Need Help: Here is what I want to ...
user avatar
0 votes
0 answers
221 views

Have directory that anyone in a group can chmod from 444 to 777

I have a release area that I (not a super user) manage. Nominally the privileges are 444 (Only read access for myself, group, and everyone). I don't want myself or a group to nominally have write ...
nanotek's user avatar
  • 101
0 votes
0 answers
343 views

getent passwd | grep my_user not showing result but getent passwd my_user will return output

my_user is an entry in /etc/passwd file. I wrote a test script which called getpwent() to see if my_user can be printed, but it's not showing as well. I'm using aix system.
Clon15323's user avatar
1 vote
0 answers
917 views

Why does a group show up in the “Users & Groups” GUI but not in “/etc/groups/” in macOS?

I have in macOS in “Users & Groups” I have a group called: access_bpf. But it is not in: /etc/groups Where is the user of accesss_bpf and how does not the other groups show in the “Users & ...
taiat's user avatar
  • 11
0 votes
0 answers
2k views

How to list users and groups with Powershell?

How can I list local groups? PS C:\Users\thufir> PS C:\Users\thufir> Get-WMIObject win32_operatingsystem SystemDirectory : C:\WINDOWS\system32 Organization : Microsoft BuildNumber : ...
Thufir's user avatar
  • 1,650
0 votes
2 answers
373 views

External users need access to our domain

We built an application that is configured for single sign-on using our AD with SAML. We use Duo for 2FA. Hence, all users in our domain can access that app with their regular work accounts. However,...
DivZ's user avatar
  • 141
3 votes
1 answer
1k views

Why is a new group not active after SSH login via tmux?

This is my situation: I have added a new group to my user. I have verified /etc/group is properly set up. If I do su - myuser the group is shown with id -a But login-out and login-in again (via ssh) ...
blueFast's user avatar
  • 2,736
3 votes
1 answer
707 views

Add all LDAP users to a local group?

Is there a way to add every LDAP users to a local group on Debian ? I have more than 1500 ldap users, and they need to be in local groups ('video', 'audio' and 'games') on some computers (Raspbian)....
Azca's user avatar
  • 31
2 votes
1 answer
4k views

Docker group assignment doesn't affect the user

I'm using Ubuntu 18.04. On the manual page on how to use docker without sudo it is written that user should add himself to the docker group and perform logout/login for changes to take affect. I ...
maks's user avatar
  • 339
32 votes
1 answer
66k views

usermod equivalent for Alpine Linux

I'm building a Docker container, and I need to add my user to a group. usermod is not available in Alpine Linux by default. Apparently, you can add shadow from apk to install usermod, but I would ...
Zak's user avatar
  • 421

15 30 50 per page