0

What is the meaning of (sudo)?.I looked for the meaning, but I could not find it.

sami zaid
  • 3
  • 1
  • 1
    [Here’s a Wiki link that explains `sudo` and it’s history](https://en.m.wikipedia.org/wiki/Sudo) rather well. It’s better than being signed in as root all the time – matigo Jun 22 '21 at 15:09

1 Answers1

0

The command sudo is used to execute commands that require root permissions as a non-root user.

sudo apt -update or I assume you mean sudo apt update, updates available upgrades, which can be upgraded with sudo apt upgrade