What is the meaning of (sudo)?.I looked for the meaning, but I could not find it.
Asked
Active
Viewed 98 times
0
-
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 Answers
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
Angelo van Meurs
- 18
- 4