this post was submitted on 13 Oct 2023
35 points (84.3% liked)

Linux

47369 readers
1283 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
 

My user account doesnt have sudo despite being in sudoers. I cant run new commands i have to execute the binary. Grub takes very long to load with "welcome to grub" message. I just wanted a stable distro as arch broke and currupted my external ssd

you are viewing a single comment's thread
view the rest of the comments
[–] nobloat@lemmy.ml 12 points 11 months ago (1 children)

When installing Debian, if you choose to enable a root account then sudo is not installed by default and your user isn't added to the sudo group. Next time try to opt for not enabling the root account to have a similar experience to other distros. Debian does this doe security reasons but it's annoying for users used to a certain way of doing things. Many distros just disable root account by default so you don't see that issue.

[–] neo@lemmy.comfysnug.space 3 points 11 months ago (1 children)

Oh, is that what happens? Explains why I didn't have sudo, thought it was a bug lol.

[–] nik282000@lemmy.ca 4 points 11 months ago

They tell you in the installer, I didn't read it either.