Skip to content

Instantly share code, notes, and snippets.

@johnnyjung
Created September 16, 2012 22:19
Show Gist options
  • Save johnnyjung/3734620 to your computer and use it in GitHub Desktop.
Save johnnyjung/3734620 to your computer and use it in GitHub Desktop.
Live CD: Getting Access
sudo parted -l
sudo mount /dev/sda# /mnt
cd mnt/etc
sudo visudo -f sudoers
umount /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment