this post was submitted on 25 Jan 2026
-30 points (10.5% liked)

Linux

61425 readers
361 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] monovergent@lemmy.ml 2 points 1 day ago

No idea about macOS, but this is something the typical Windows user should notice when switching over to Linux. That is, Windows OOBE gives you a user with administrative privileges by default and therefore won't prompt you for the password again after logging in, just yes/no dialogs when exercising those admin privileges.

Typing in the password whenever you need root privileges is just part of the security model of Linux and unless for some reason you're using sudo for everything, people get used to it. Your default user account doesn't automatically have root privileges, sudo or su mediates that for you. Back when I used Windows, I even had my accounts set up that way, separate admin, daily user account without admin privileges, and prompt for the admin password every time I installed stuff, etc.

Granted, it does leave me with a couple compromises like a login password that is shorter than my disk encryption password so I'm not asked for the full thing every time I sudo and sometimes leaving a terminal with sudo -i hanging around.