The idea of groups exists across all major operating systems. Groups are objects that contain other objects, usually users. This allows for simplification of access control assignments when many people need access to the same resources.
2
votes
2answers
279 views
What user/group should I make my web folders?
Server: debian4 / apache2 / php5
I have a vps and i usually only run websites that I administer, so I have loaded everything up under one username.
Now I have an external developer doing some work, ...
11
votes
9answers
769 views
Professional Groups and Associations
After reading How valuable do you find professional memberships? I thought it would be useful to list the various professional groups and associations available.
Discussion of the value (or not) of ...
5
votes
6answers
392 views
How valuable do you find professional memberships?
I've been a sysadmin for the better part of a decade, but only in the past few years have I really been interested in really bettering myself and the profession. To that end, I joined LOPSA (it was ...
5
votes
5answers
2k views
Groups and Permissions: Nested UNIX groups
We are getting more and more outside developers (from different clients) and are beginning to need a better strategy than adhoc adding to our server and adding to them ourcompany group (which owns ...
13
votes
5answers
10k views
What are the default groups assigned to the first user in Ubuntu Server? [closed]
I just made a silly mistake on my Ubuntu Server box: I added myself to a group using usermod -G, after which I discovered the -a option...
The result is that I am now out of the admin group, and ...
0
votes
2answers
1k views
OpenSolaris: Remove user from a group from command line
How can I remove a user from a group from the command line in OpenSolaris (2008.11)?
I know I can define a user's primary group and a add a user to a group with:
usermod -g primarygroup user
usermod ...