mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
1f63ed5e22
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
420 B
420 B
unshadow
Utility provided by the John the Ripper project to obtain the traditional Unix password file if the system uses shadow passwords. More information: https://www.openwall.com/john/doc/.
- Combine the
/etc/shadowand/etc/passwdof the current system:
sudo unshadow /etc/passwd /etc/shadow
- Combine two arbitrary shadow and password files:
sudo unshadow {{path/to/passwd}} {{path/to/shadow}}