Cheatsheet: Add a small section on performing commands with root privileges

This commit is contained in:
Aleksandr Prokudin 2025-09-21 13:57:28 +02:00
parent 3cd4627ebc
commit 6111388fdb
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ Here are **first steps guides** for each PiKVM device:
-----
## Basics
??? note "Performing commands with root privileges"
To perform any command with root privileges, you need to use `su -` followed by the command. For example, to power-off PiKVM, do this:
`[kvmd-webterm@pikvm ~]$ su - shutdown -h`
This applies to both SSH and web terminal sessions.
{!_passwd.md!}
{!_config.md!}