LinuxCommandLibrary

grpunconv

revert from shadow group format

TLDR

Convert from shadow groups

$ sudo grpunconv
copy
Verify status after
$ ls -la /etc/gshadow
copy

SYNOPSIS

grpunconv [options]

DESCRIPTION

grpunconv converts from shadow group format back to traditional format. It moves password information from /etc/gshadow back to /etc/group and removes /etc/gshadow.
The tool reverses what grpconv does, returning to traditional group password storage. This is rarely needed on modern systems.

PARAMETERS

-R DIR

Chroot directory.
--help
Display help information.

CAVEATS

Requires root access. Reduces security. Rarely needed on modern systems.

HISTORY

grpunconv was developed as part of the shadow password suite to allow reverting shadow group changes.

SEE ALSO

grpconv(8), grpck(8), pwunconv(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community