Skip to main content

Questions tagged [user-groups]

The tag has no usage guidance.

37 questions with no upvoted or accepted answers
6 votes
0 answers
937 views

Does a process with CAP_SETUID and CAP_SETGID can always gain full root privileges?

If I have an executable file with CAP_SETUID and CAP_SETGID set inside xattrs file’s attributes. Will I get full root privileges if such executable call setuid();setreuid();setresuid();setfsuid() with ...
user2284570's user avatar
  • 1,883
3 votes
0 answers
1k views

Share a directory with one (not all) other non-root user on Linux (no root privileges)

Is it possible to share a directory with one other non-root user, but only this one, without root privileges? The system is Ubuntu with kernel 4.4.0. I do not have root privileges. The system has a ...
0range's user avatar
  • 810
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
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
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
1 vote
0 answers
117 views

OS X: Create user-groups, that are not shown in Systempreferences "Users & Groups" PrevPane

I created some hidden Users on OS X, using dscl . -create /Users/<usershortname> IsHidden 1, that work as administraters. For some reasons, I like to place the HOME-folders of different groups ...
Ikku's user avatar
  • 11
1 vote
1 answer
495 views

How to fix my local administrator?

Starting a few days ago, I am facing a very weird issue here on my Windows 8.1 workstation. I am unable to start programs or applications that require administrator privileges. This makes my PC ...
Aschratt's user avatar
  • 111
1 vote
0 answers
223 views

LDAP role/group membership

We have many users registered in our LDAP auth. So far we've only stored login and mail-related information in this LDAP. In our main application (Play! Framework), we needed to modelise roles (...
Cyril Duchon-Doris's user avatar
1 vote
0 answers
195 views

I found two groups in Slackware 14, named nogroup and nobody. Why?

I wonder why in my Slackware 14 (32 bit) distribution there are two groups named "nobody" and "nogroup": bash-4.2$ cat /etc/passwd | grep nobody nobody:x:99:99:nobody:/:/bin/false bash-4.2$ cat /...
user2431763's user avatar
1 vote
1 answer
353 views

Permission Denied on Folder on separate partition - Ubuntu 12.04

I have a user : hduser. Both that user and myself (bearrito) are in a group called : datumsuser I have executed the following commands: sudo chgrp -R datumsuser /media/bearrito/ sudo chmod -R ...
bearrito's user avatar
  • 111
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
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
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
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

15 30 50 per page