this post was submitted on 06 Aug 2023
442 points (95.7% liked)

linuxmemes

20703 readers
1771 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (1 children)

That's kind of great, because root is not intended for regular users.

[–] [email protected] 1 points 1 year ago (1 children)

How can that be true when nearly every command asks for root, including regular system updates? E.g: Sudo apt-get upgrade

[–] [email protected] 2 points 1 year ago

That's what "sudo" does, it basically means run this as if you were logged in as root.