getting root acces to your linux without knowing the password
you have your linux box… and you dont remember root password. it happens all the time, doesnt it? you can change the password if you have direct access to computer’s console and there is no additional protection on boot-loader level. you just need to provide additional parameters to the kernel: single init=/bin/bash to do so ... Read More