Skip to main content
Home
badllama.com
  • Search
  • Log In

Gaining root access in Linux

cpeters's picture

Sun, 07/21/2013 - 00:25 by cpeters

Yeah, I know this is old hat for some of us, but a good note in any case.

  1. Edit the Grub boot command
  2. On the kernel line, append the following into the end of the line:
     single init=/bin/bash
  3. once booted in, run the following command:
    mount -n -o remount,rw / 
Powered by Backdrop CMS