НАЗВАНИЕ
vipw, vigr - позволяют редактировать файлы паролей, групп, теневых паролей пользователей или групп.СИНТАКСИС
vipw
[параметры]
vigr
[параметры]
ОПИСАНИЕ
The vipw and vigr commands edits the files /etc/passwd and /etc/group, respectively. With the -s flag, they will edit the shadow versions of those files, /etc/shadow and /etc/gshadow, respectively. The programs will set the appropriate locks to prevent file corruption. When looking for an editor, the programs will first try the environment variable $VISUAL, then the environment variable $EDITOR, and finally the default editor, vi(1).ПАРАМЕТРЫ
The options which apply to the vipw and vigr commands are: -g, --groupРедактировать
базу
данных
групп.
-h, --help
Показать
краткую
справку и
закончить
работу.
-p, --passwd
Редактировать
базу
данных passwd.
-q, --quiet
Не
выводить
сообщений
при
работе.
-R, --root CHROOT_DIR
Apply changes in the CHROOT_DIR
directory and use the configuration files from the CHROOT_DIR
directory. Only absolute paths are supported.
-s, --shadow
Редактировать
базу
данных shadow
или gshadow.
ОКРУЖЕНИЕ
VISUALРедактор,
который
будет
вызван.
EDITOR
Editor to be used if VISUAL is not
set.
ФАЙЛЫ
/etc/groupсодержит
информацию
о группах
/etc/gshadow
содержит
защищаемую
информацию
о группах
/etc/passwd
содержит
информацию
о
пользователях
/etc/shadow
содержит
защищаемую
информацию
о
пользователях
СМОТРИТЕ ТАКЖЕ
vi(1), group(5), gshadow(5) , passwd(5), , shadow(5).03/23/2023 | shadow-utils 4.13 |