groupmems

Autres langues

Langue: ru

Version: 07/24/2009 (MeeGo - 06/11/10)

Section: 8 (Commandes administrateur)

НАЗВАНИЕ

groupmems - управляет членами первичной группы пользователя

СИНТАКСИС

groupmems -a имя_пользователя | -d имя_пользователя | [-g имя_группы] | -l | -p

ОПИСАНИЕ

Программа groupmems позволяет пользователю управлять списком членов своей группы не имея привилегий суперпользователя. Программа groupmems работает в системах, где в качестве первичной группы пользователя является группа с именем совпадающим с именем пользователя (то есть, guest / guest).

Только суперпользователь как администратор может использовать groupmems, чтобы изменить список членов не своей группы.

ПАРАМЕТРЫ

Параметры команды groupmems:

-a, --add user_name

Add an user to the group membership list.

If the /etc/gshadow file exist, and the group has no entry in the /etc/gshadow file, a new entry will be created.

-d, --delete user_name

Удалить пользователя из группы.
If the /etc/gshadow file exist, the user will be removed from the list of members and administrators of the group.
If the /etc/gshadow file exist, and the group has no entry in the /etc/gshadow file, a new entry will be created.

-g, --group group_name

Суперпользователь может указать группу, в которой нужно изменить список членов.

-l, --list

Показать список членов группы.

-p, --purge

Вычистить всех пользователей из списка членов группы.
If the /etc/gshadow file exist, and the group has no entry in the /etc/gshadow file, a new entry will be created.

НАСТРОЙКА

Исполняемый файл программы groupmems должен иметь права 2770, принадлежать пользователю root и группе groups. Системный администратор может добавлять пользователей в группу groups, разрешая или запрещая им запускать программу groupmems для управления членством в своей группе.

         $ groupadd -r groups
         $ chmod 2770 groupmems
         $ chown root.groups groupmems
         $ groupmems -g groups -a gk4
     
 

CONFIGURATION

The following configuration variables in /etc/login.defs change the behavior of this tool:

MAX_MEMBERS_PER_GROUP (number)

Maximum members per group entry. When the maximum is reached, a new group entry (line) is started in /etc/group (with the same name, same password, and same GID).
The default value is 0, meaning that there are no limits in the number of members in a group.
This feature (split group) permits to limit the length of lines in the group file. This is useful to make sure that lines for NIS groups are not larger than 1024 characters.
If you need to enforce such limit, you can use 25.
Note: split groups may not be supported by all tools (even in the Shadow toolsuite). You should not use this variable unless you really need it.

ФАЙЛЫ

/etc/group

содержит информацию о группах

/etc/gshadow

содержит защищаемую информацию о группах

СМОТРИТЕ ТАКЖЕ

chfn(1), chsh(1), passwd(1), groupadd(8), groupdel(8), useradd(8), userdel(8), usermod(8).