# Root Password

Set the password for the `root` user:

~~~bash
passwd
~~~

This password schould differ from the regular user password for security reasons.

In the case of system recovery operations the `root` user comes into play, e.g. when the kernel fails to mount the root file system or system maintenance via `chroot` is needed.