Creating the cardano user
Create a dedicated cardano user with sudo privileges.
Add the user
Create a system user named cardano:
sudo adduser cardanoYou will be prompted for a password and optional user details.

Grant sudo access
Add the user to the sudo group:
If the user was created without a password (e.g., via the setup script), enable passwordless sudo:
Switch to the cardano user
Verify you are logged in correctly:
Expected output: cardano
Last updated