Linux Comm Pwunconv
# Linux pwunconv Command
[ Linux Command Manual](#)
The Linux pwunconv command is used to disable shadowed passwords for users.
Executing the pwunconv command disables shadowed passwords. It retrieves the passwords from the `/etc/shadow` file and writes them back into the `/etc/passwd` file.
### Syntax
pwunconv
### Example
Disable shadowed passwords for users.
# pwunconv
[ Linux Command Manual](#)
YouTip