you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 1 year ago (3 children)

It's a good thing there are other resources, then. You can read tldr-pages. You can look at various official and unofficial wikis. You can look at Stackoverflow. You can look at Youtube tutorials. You can ask other people. Hell, you can ask a chatbot.

If the average user is unwilling to do that, maybe it's better that Linux does not see a wider adoption.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 5 points 1 year ago (1 child)

    is the fact that people can with effort and error figure out how to do something a reason not to make it easier for them to do?

    I mean

    you can in theory write multi-threaded bug-free C code -- just read the docs and the specs and the source of your libs and never ever do something that seems to work but is subtly fatally incorrect

    and yet we still have golang and rust and many other options to do things more safely and easily

    if someone wants to use Linux but doesn't want to memorize the Hundred Mandatory Commands and Thousand Flags lest they accidentally cat > /dev/sda, why shouldn't there be a system for them?

  • source
  • parent
  • hideshow 1 child comment
  • [–] 7 points 1 year ago

    The community abhors change. Especially changes that break conventions, even informal ones. Look at the temper tantrums people are throwing because Wayland does things differently from X.org. Changing output redirection in Bash, or how dd works, or any number of long-standing conventions because new users are unwilling to adapt to a new system and might end up dding over the root partition would break established workflows, and worse, existing scripts and services.

    But the solution already exists, it's called wrapper programs. You don't have to manually update AUR packages because yay and paru already do that. You don't have to figure out how fdisk and mkfs work because Gparted and Partition Manager do it for you.

    Nevertheless, using a system should always and forever be the user's responsibility. Otherwise Linux would turn into a locked-down play pen like Apple products.

  • source
  • parent
  • [–] 3 points 1 year ago

    Agreed! You can look elsewhere, and that's how I, and I think many other folks, learned. The OP was talking about the manuals though, specifically mentioning /usr/bin. So to restate my point is not to say it's impossible to learn linux, but that man pages are weird and bad place to push folks looking to learn.

  • source
  • parent