Linux Command Cheat Sheet/Run command as root

Execute a command with elevated privileges.

Section: Permissions Ownership and ACLs

Run command as root

bash
bash
sudo systemctl restart nginx
Explanation

Keep privilege escalation narrow and targeted.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Permissions Ownership and ACLs
Edit protected file safely
Open a file for editing through sudo.
OpenIn sheetbashsame section
List permissions
Show permissions and ownership on files.
OpenIn sheetbashsame section
Change permissions with numeric mode
Set rwx permissions numerically.
OpenIn sheetbashsame section
Change permissions recursively
Apply a mode to a directory tree.
OpenIn sheetbashsame section
Change owner and group
Set file owner and group.
OpenIn sheetbashsame section
Change group owner
Set the group of a file or directory.
OpenIn sheetbashsame section