Skip to content

Instantly share code, notes, and snippets.

@MinaMikhailcom
Created September 10, 2017 20:10
Show Gist options
  • Save MinaMikhailcom/987b6373baaf96f1cefb64f64324e44f to your computer and use it in GitHub Desktop.
Save MinaMikhailcom/987b6373baaf96f1cefb64f64324e44f to your computer and use it in GitHub Desktop.
Recover FreeBSD root password
Boot into single user mode from the boot menu
#Remount root file system to allow write
mount -ruw /
#Change root password
passwd root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment