[root@cheat ~]#keyboard_backspaceBack
DANGEROUS

sudo

Execute a command with superuser privileges

Primary Syntax
$ sudo command
#

Example Usage

sudo apt update
#

Quick Tips

Use man sudo to read the full manual

Add --help flag for quick options reference

Combine with | less for paginated output

Submitted by: admin

Added: 2/9/2026

arrow_back