To test the password of root (super user or administrator) enter the command:
su
in console and enter the root-password.
The result should be a change of colors (red and blue) of the characters prior to the cursor and a change $ to #.
And use
exit
to leave the su-mode.
To test the password of user enter the command
sudo grub
in console and enter the user-password.
The result should be
Probing devices to guess BIOS drives. This may take a long time.
Pardus Linux (
http://www.pardus.org.tr), TUBITAK/UEKAE
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub>
And use
quit
to leave the grub-mode.