diff --git a/pages/common/doas.md b/pages/common/doas.md index ea19234d3d7851..7e24dd8e67009d 100644 --- a/pages/common/doas.md +++ b/pages/common/doas.md @@ -1,6 +1,7 @@ # doas > Execute a command as another user. +> See also: `sudo`, `pkexec`, `run0`. > More information: . - Run a command as root: diff --git a/pages/common/sudo.md b/pages/common/sudo.md index bf39bb92c6895a..dd2ab90097ac77 100644 --- a/pages/common/sudo.md +++ b/pages/common/sudo.md @@ -1,6 +1,7 @@ # sudo > Execute a single command as the superuser or another user. +> See also: `pkexec`, `run0`, `doas`. > More information: . - Run a command as the superuser: diff --git a/pages/linux/pkexec.md b/pages/linux/pkexec.md index 5d35bec0f410b1..9193f1cad65d9f 100644 --- a/pages/linux/pkexec.md +++ b/pages/linux/pkexec.md @@ -2,6 +2,7 @@ > Execute commands as another user. > Asks for password in a GUI if available. +> See also: `sudo`, `run0`, `doas`. > More information: . - Run command as root: diff --git a/pages/linux/run0.md b/pages/linux/run0.md index ae803fa9ece6ab..cde8f1e3d12664 100644 --- a/pages/linux/run0.md +++ b/pages/linux/run0.md @@ -2,6 +2,7 @@ > Elevate privileges interactively. > Similar to `sudo`, but it's not a SUID binary, authentication takes place via polkit, and commands are invoked from a `systemd` service. +> See also: `sudo`, `pkexec`, `doas`. > More information: . - Run a command as root: