single user mode

This is an user contributed article.

Linux computer console is a physical device to operate a computer / server. Here are few steps which, if taken, make it more difficult for an attacker to quickly modify a system from its console.

{ 19 comments }

How to: OpenBSD reset root password

by Vivek Gite on September 19, 2007 · 1 comment

If you forgot your root password, you can simply reset it. The general procedure for resetting password is as follows (if you are a Linux user, see how to reset Linux root password): a) At boot> prompt force openbsd to boot into a single user mode b) Next mount file system in read-write mode c) [...]

{ 1 comment }

FreeBSD Reset or Recover Root Password

by Vivek Gite on December 6, 2006 · 16 comments

With FreeBSD version 5.4 and above the booting procedure is slightly changed. The older version of FreeBSD uses the boot -s option at Ok prompt. However, with FreeBSD version FreeBSD 5.4+ you don’t have to type any commands. Here is the procedure to boot FreeBSD into a single user mode to reset root password.

{ 16 comments }

If you have, a password protected grub boot loader and you forgot both root and grub password, then you can recover grub-boot loader password using the following method/procedure:

* Use Knoppix cd
* Remove the password from Grub configuration file
* Reboot the system
* Change the root password
* Setup new Grub password if required (optional)

{ 8 comments }

Sometime by accident you may delete /etc/shadow file. If you boot into single user mode, system will ask root password for maintenance, and just imagine you do not have a backup of /etc/shadow file. How do you fix such problem in a production environment where time is critical factor? I will explain how to recover [...]

{ 20 comments }

How Do I Secure Grub Boot Loader?

by Vivek Gite on October 19, 2005 · 5 comments

You can set a password for the GRUB bootloader. This prevents users from entering single user mode or changing settings at boot time.

When your system is rebooted, grub presents the boot option menu. From this menu one can easily login into a single user mode without the password which might result into compromise system security.

For example, anyone can access the data or change the settings. However you can setup a password for grub with password option. This option forces grub to ask for a password before making any changes or entering into single user mode. You need to type p followed by password.

{ 5 comments }

Linux Changing Run Levels

by nixcraft on October 16, 2005 · 4 comments

A question from my email bag:

How do changing run levels affect us or our users?

{ 4 comments }