English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux grpunconv Command

Linux Command大全

The Linux grpunconv command is used to disable group projection passwords.

Executing the grpunconv command can disable group projection passwords, which will store the passwords from the gshadow file back into the group file.

Syntax

grpunconv

Online Examples

Not disabled

cat /etc/gshadow | grep cdy 
cdy:123456::

Disable Shadow Password

cat /etc/gshadow
cat: /etc/gshadow: No such file or directory

Password has been copied to /etc/group 中了。

cat /etc/group | grep cdy
cdy:123456:1000:

Linux Command大全