Docly

Docly

Did You Know?

Docly turns out that context is a key part of learning.

Understanding sudo (Administrator Access)

Estimated reading: 1 minute 65 views

The sudo command lets you perform administrative tasks. Ubuntu will ask for your password before executing sudo commands:

bash

sudo apt update        # Update package lists (requires admin rights)
sudo nano /etc/hosts   # Edit system-wide configuration file

Important: Only use sudo when necessary, and be extra careful with sudo commands as they can affect system-wide settings.

Leave a Comment

Share this Doc

Understanding sudo (Administrator Access)

Or copy link

CONTENTS