|
SALT are two letters before your encrypted password:
for example your enc. pass is:
klwefh#as!lasdh^sndfia
So kl is 'SALT' as I can understand every system has its own SALT
===========================
Now I remembered, you can at LILO prompt (if u use LILO, dont know about GRUB)
linux init=/bin/bash
or
linux s
Second way works only if the system wasn't configured to ask for 'su' command as single user mode starts, but the first way should work 100%
|