From 0b9b0d053a2707ca178e3dfc567fca325c69d5b5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 17 Aug 2023 17:03:23 -0700 Subject: [PATCH] passwd --- ...yption, Mirroring, and Remote Unlocking with Ubuntu.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index 5e119db..aba56f0 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -285,6 +285,14 @@ efibootmgr -c -d /dev/nvme0n2 -p 1 \ ``` +### Set the root password + +Set the root password: + +``` +passwd +``` + ### Exit the environment ``` exit