this post was submitted on 13 Feb 2025
24 points (100.0% liked)

Linux

50411 readers
884 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
[–] just_another_person@lemmy.world 20 points 1 week ago (1 children)

You need to make them system users without the ability to login. Any service on your machine with a dedicated user should be a system only user with no login shell defined.

https://superuser.com/questions/77617/how-can-i-create-a-non-login-user

[–] Melatonin@lemmy.dbzer0.com 3 points 1 week ago (1 children)

Can I use usermod to apply the -r after the fact, or do I need to remove the user and redo it correctly?

[–] just_another_person@lemmy.world 7 points 1 week ago (1 children)

It's covered in that link, but yes.

[–] Melatonin@lemmy.dbzer0.com 2 points 1 week ago

Sorry. I made myself "instructional" videos installing things and whatnot on the live USB before installing and BOY!, watching myself go so slowly through everything and still miss obvious stuff is EXCRUCIATING.

But I know who I'm dealing with. I'm solidly average or below.