Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 155 Bytes

sudo.md

File metadata and controls

13 lines (10 loc) · 155 Bytes

SUDO

Grants root privileges to the current command.

# Runs ls command as root
sudo ls
# Change the current user to root
sudo su