this post was submitted on 31 May 2024
-32 points (28.9% liked)

Linux

45457 readers
1401 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 5 years ago
MODERATORS
 

Isn't it enough to just enter your password once to login, then receive a warning whenever you're about to do something potentially dangerous?

If it's such a big security risk, how come the most popular and widely used operating systems in the world and their users seem to be unaffected by it?

I guarantee, most new users coming to Linux from Windows/macOS are going to laugh and look at you funny if you try to justify entering your password again and again and again.

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

NT (and therefore all Windows versions today) always had multi-user security. It's essentially a ported version of DEC Alpha.

On install, the first user is admin, just like the first Linux account is root, or else you wouldn't be able configure the machine.

Windows architecture built on DOS (3.x, 95,etc) lacked any such security, and was developed as a single-user OS (goes back to DOS86).

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)

Yeah, and NT was pretty much just a corporate and government thing throughout the 90s. It wasn't until XP that home users got it on the desktop, and even then, the first user created automatically had all admin rights, because people were still used to the Win9x/DOS way of doing things. Separation of different accounts with different privilege levels wasn't a widespread practice up until maybe Windows Vista.

[–] [email protected] 1 points 1 month ago

NT (and therefore all Windows versions today) always had multi-user security. It’s essentially a ported version of DEC Alpha.

  1. DEC Alpha is a hardware not a software.
  2. I know that WinNT had multi-user capabilities, but I've simplified for conversation.