this post was submitted on 27 Mar 2026
50 points (85.7% liked)

Linux

64109 readers
630 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
 

Hello Linux community.

I'd like to take a moment to explain what I hope will be a simple concept (so really it's more of a reminder) that everyone should say least know and understand.

Not everyone (myself included) learns best by RTFM. Some of us need a guiding hand or to watch a video instead. It's not that we're lazy or don't like reading, it's just that it doesn't work efficiently enough.

you are viewing a single comment's thread
view the rest of the comments
[–] renegadespork@lemmy.jelliefrontier.net 6 points 8 hours ago (3 children)

"RTFM" (or similar comments like "it's in the docs") are just mean and useless without a reference.

Like, okay, superior user in the internet: If it's in the manual/docs, what page? Do you have a link? Could you quote the relevant section?

Often people ask because they couldn't find the answer in the docs. Simply pointing them at the answer is infinitely better than "lol the answer is in there somewhere"

See also: "Let me Google that for you..." Like mf Google brought me to this thread!

[–] thebestaquaman@lemmy.world 1 points 2 hours ago

I agree that "RTFM" can be insensitive, and even mean. However, the place it comes from is genuine. It's nobodies job to tell you exactly what page to look at. If you've dug through the docs and still can't find your answer, make it explicit that you've searched the manual, and perhaps be explicit about parts you don't quite understand.

The whole "RTFM" thing was born from people asking for help when they obviously hadn't made a proper try themselves first.

[–] umbrella@lemmy.ml 2 points 5 hours ago* (last edited 5 hours ago) (1 children)

often on linux, you can simply type man <command> and get TFM

i would agree with you on GUI apps, where it can be confusing.

Yeah, that's what I meant by "the manual". Though I suppose the Linux community is the most likely to be flipping through a physical book to figure out their bash script.

[–] okwhateverdude@lemmy.world 1 points 7 hours ago (1 children)

What's worse, is if this is GNU-ware, there is a good chance the answer IS NOT IN THE MAN PAGE. I think it was bash or maybe gawk. I don't remember exactly, but I had a question that simply wasn't answered in each man page. GNU docs are absolute trash, written without any consideration for the audience.

[–] JTskulk@lemmy.world 2 points 5 hours ago (1 children)

I think GNU favors the info tool, try that if the man page is lacking.

[–] okwhateverdude@lemmy.world 2 points 5 hours ago

I feel like every time I've gone looking for an info page, it was just the man page content, but now I've got some useless shit I installed.

I mean, maybe this is a debian thing.