Check the root password Check the root password linux linux

Check the root password


You can validate that a given password is correct for a given username using the shadow file.

See Given a linux username and a password how can I test if it is a valid account? for the mechanics of how this is done. It should be possible to perform the same operations in a C program.