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

Linux

61502 readers
375 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
[–] Yaky@slrpnk.net 11 points 2 days ago (1 children)

Are you trying to run everything as sudo / admin? I do not recall having to type in the password that much, even a decade ago when Linux experience was less polished.

[–] Jumuta@sh.itjust.works 8 points 2 days ago

tbf linux does have more sensible security defaults so having to enter more passwords is kinda true

on windows, the default user is passwordless admin by default so they just click one button to "authorise" whatever needs admin privileges (e.g. installing programs to windows equivalent of /usr/bin )

most Linux distributions I've used (except maybe raspbian) requires the user's password for running shit as superuser

you CAN change the behaviour in /etc/sudoers if you really care though