Berikut adalah cara cara untuk access FreeBSD os in single level mode access unutk menukar root password.
1. reboot OS, dan pilih option 4 (single user mode)
2. Accept default option bila di tanya “pathname of shell or Return for /bin/sh:”
3. Kena remount root directory untuk write mode
# mount -u /
# mount -a
4. Tukar password root dengan command . . .
# passwd
5. Reboot . . .
# sync
# reboot


