Tagged Questions
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 ...
7
votes
1answer
260 views
What is the purpose of `/etc/group-`
On a standard Linux distribution (e.g. Ubuntu) there is usually /etc/group and /etc/group-, where the second one is only readable by root.
man group only describes /etc/group.
Thus my question: What ...