Skip to main content

Questions tagged [user-groups]

The tag has no usage guidance.

-2 votes
3 answers
3k views

How change to administrator account from standard account

I have a computer with 3 different accounts. All the accounts are administrators except mine. How do I change my account to a administrator account.I can't log on to the 2 other accounts and I don't ...
securityghost's user avatar
6 votes
1 answer
19k views

usermod returns "group 'thegroupname' does not exist" for known group

As a member of sudo can I add myself to a group I don't belong to? $ getent group thegroupname thegroupname:x:123794798:administrator,users,auser,moreusers,manymoreusers $ sudo usermod -a -G ...
Louis Waweru's user avatar
  • 24.8k
0 votes
1 answer
458 views

user cannot be found in Mac OS X

After running the script in this answer to show all members of the group wheel, I got a weird result. The user tempuser cannot be found There was an unknown error. When I tried dscacheutil -q user -...
AmadeusDrZaius's user avatar
3 votes
1 answer
3k views

What do '!', '*', and 'x' mean in getent group?

When I run getent group, I notice that some groups have *, some have ! and some have x after the group name. In fact, there are some groups which have the same name, the only difference is that one ...
drjrm3's user avatar
  • 1,506
1 vote
1 answer
3k views

Group member editing to file *automatically* changes ownership, group, and permissions

I have a directory which I'm trying to set up such that members of a group all have rwx privileges. Here is a subset of the directory and its permissions: -rwxr-xr-x 1 myusrnm grpnm 21638 2015-04-...
Frank Harris's user avatar
0 votes
1 answer
4k views

Windows 7 File Permissions, Security Tab, "Group or user names" SYSTEM group

*Note: This is a re-posting of a 'too broad' topic. This is a narrowed version: I right click a file, and choose "Permissions." I choose the "Security" tab. Under the "Group or user names" section, I ...
Anonymous's user avatar
0 votes
0 answers
29 views

User shown as a member of deleted group

In my ubuntu distro, members user1 returns group1: group2 Now, i gave delgroup group1 & it is done successfully... second time gave command, members user1 returns group1: group2 why ...
Saravana's user avatar
  • 113
0 votes
1 answer
197 views

How works assigning rights to group in windows

User group in windows groups users so it is then easier to grant permissions to all users of a group at once. This works like: we have a group "A_GROUP1" which contains users "USR1,USR2,USR3" then we ...
gembird's user avatar
  • 105
0 votes
1 answer
136 views

Change group id when acting in directory

I have a directory shared where people part of group common have rwx permission inside. And user john $> id john uid=1000(john)gid=1000(john)groups=1000(john),10(common) It would be nice if user ...
tbennett's user avatar
  • 145
0 votes
1 answer
1k views

How to properly setup group file permissions in MacOSX

I have a couple of users, one was created via OSX GUI, one is nobody for nginx and php-fpm. All commands below are executed as root. I created new group for my project: dscl . -create /groups/...
coviex's user avatar
  • 113
0 votes
1 answer
841 views

adding user to group and detects the change without restart

I want to add a user to a group using: sudo gpasswd -a new_user existing_group But it only takes effect when I restart my host. Is it possible to do that without restart action? I am on Ubuntu.
Robert's user avatar
  • 696
0 votes
2 answers
1k views

Change PC local group members from Active Directory Domain Controller?

Our environment is based on a Windows Server 2003, and more than a hundred computers in the domain. These computers have the usual domain user in the local Administrator group of the respective ...
Andre's user avatar
  • 137
1 vote
1 answer
238 views

linux user permissions with groups on file

I have one file owned by user: "ruler" and another user: "tzook" now I have one file that is owned by "ruler" and by group "deployers" here is the file: -rwxrwxr-- 1 ruler deployers 3040 Oct 28 12:...
Tzook Bar Noy's user avatar
0 votes
2 answers
344 views

How to make directory readable by TWO users in Linux?

How to make directory readable by TWO users in Linux? Should I create GROUP and add these users to this GROUP and make this GROUP being an owner of a directory? Should this GROUP be supplementary or ...
Dims's user avatar
  • 12.8k
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

15 30 50 per page
1
3 4
5
6 7