Subject:
|
Help with users and grps in unix...
|
Newsgroups:
|
lugnet.off-topic.geek
|
Date:
|
Tue, 24 Jul 2001 19:08:23 GMT
|
Viewed:
|
117 times
|
| |
| |
Hi all,
Is there a way to check which users are members of a grp? Also, can a
member of a grp (not root) add other members to the grp? For example, I
want to add "nobody" to "bldesign" so that my web scripts can have write
access to a directory set at 775. Will that work? Thanks,
--Bram
|
|
Message has 1 Reply: | | Re: Help with users and grps in unix...
|
| (...) to see who's in a group: grep "groupname" /etc/group to see what groups a user belongs to: id "user" to add users to a group, you have to be able to edit the /etc/group file - which (on any sane system), only root can do. sorry... (23 years ago, 24-Jul-01, to lugnet.off-topic.geek)
|
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|