this post was submitted on 20 Jul 2021
5 points (72.7% liked)

Linux

49436 readers
545 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 years ago (1 children)

Quite a few mistakes. You don't use sudo when you are root, and some distros don't use the sudo group but wheel. Please get more used to linux before you try to write tutorials.

[–] [email protected] 2 points 3 years ago* (last edited 3 years ago) (1 children)

Quite a few mistakes. You don’t use sudo when you are root, and some distros don’t use the sudo group but wheel.

Which are the Linux distributions that use wheel ? I've seen sudo config files where sudo and wheel were group options, and you can also manually give a user sudo powers without using a group.

[–] [email protected] 2 points 3 years ago (1 children)

The options you mean are arbitrary. You can use any group name you want for sudo privilage, or just directly add the user(i use wheel group personaly). Also if you are interested you can look at doas which is like sudo but a simpler config file.

[–] [email protected] 2 points 3 years ago* (last edited 3 years ago)

wheel group looks BSD history style (wheel group is used on BSD to allow normal users to use the su (yes, su) command). On my Arch Linux based distribution I see both wheel and sudo groups mentioned when I use the visudo command, but only the wheel group exists, not the sudo group. That looks a little bit sloppy from Arch Linux maintainers one could argue, only copying a very broad manual page style sudo config file. Yes, OpenBSD doas has some people enthusiastic over the years, and it is ported for use in Linux. I've played with doas last year but for now I'll stick with su and sudo. Yesterday I read about please as sudo alternative. https://aur.archlinux.org/packages/pleaser/