Tagged Questions
2
votes
3answers
112 views
newgrp asks for password [duplicate]
I don't understand why newgrp prompts me for password when I want to change my group. I don't even know what password it is asking for but certainly not mine (user clime).
$ id
uid=500(clime) ...
3
votes
3answers
92 views
how to login as a member of specific group
i want to login as a member of non primary group to create files whose owner as a member of non primary group of current user.
-rwxr-xr-x 2 gowtham gowtham 4096 Sep 5 14:48 defaultNewFile
...
1
vote
1answer
1k views
Error message id: cannot find name for group ID after logging in
BACKGROUND
Trevor logs into his account on ssh://foobar.university.edu as one of the developers on the box, and he gets the message:
id: cannot find name for group ID 131
Trevor then checks this ...
3
votes
3answers
139 views
When adding a user to a new group when does the user group permissions become active when its a /nologin user?
I have a service level account to run my webserver, and this user is setup with /sbin/nologin.
Normally when you add a user to a group you must logout and login to use the new group permissions.
...
4
votes
1answer
307 views
Why do I need to use newgrp or su (or logout and login again) to have new group memberships applied?
What is it that makes new group membership require a new login (or new login shell as started by su or newgrp) to be visible?
Just running another bash (or whatever other shell) instance with --login ...