VIPW
Section: Befehle zur Systemverwaltung (8)
Updated: 29.03.2021
Page Index
NAME
vipw, vigr - bearbeitet die Passwort-, Gruppen-, Shadow-Passwort- oder Shadow-Gruppen-Datei
ÜBERSICHT
-
vipw [Optionen]
-
vigr [Optionen]
BESCHREIBUNG
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).
OPTIONEN
The options which apply to the
vipw
and
vigr
commands are:
-g, --group
-
bearbeitet die Gruppendatenbank
-h, --help
-
zeigt die Hilfe an und beendet das Programm
-p, --passwd
-
bearbeitet die Passwd-Datenbank
-q, --quiet
-
stiller Modus
-R, --root CHROOT_DIR
-
Apply changes in the
CHROOT_DIR
directory and use the configuration files from the
CHROOT_DIR
directory.
-s, --shadow
-
bearbeitet die Shadow- oder Gshadow-Datenbank
UMGEBUNGSVARIABLEN
VISUAL
-
der verwendete Editor
EDITOR
-
Editor to be used if
VISUAL
is not set.
DATEIEN
/etc/group
-
Informationen zu den Gruppenkonten
/etc/gshadow
-
sichere Informationen zu den Gruppenkonten
/etc/passwd
-
Informationen zu den Benutzerkonten
/etc/shadow
-
verschlüsselte Informationen zu den Benutzerkonten
SIEHE AUCH
vi(1),
group(5),
gshadow(5)
,
passwd(5), ,
shadow(5).