submitted 2 years ago* (last edited 2 years ago) by to c/linux@lemmy.ml
 
you are viewing a single comment's thread
view the rest of the comments
[–] 34 points 2 years ago (2 children)

usr does mean user. It was the place for user managed stuff originally. The home directory used to be a sub directory of the usr directory.

The meaning and purpose of unix directories has very organically evolved. Heck, it's still evolving. For example, the new .config directory in the home directory.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 16 points 2 years ago*

    For example, the new .config directory in the home directory.

    I hope slowly but surely no program will ever dump its config(s) as ~/.xyz.conf (or even worse in a program specific ~/.thisapp/; The ~/.config/ scheme works as long as the programs don't repeat the bad way of dumping files as ~/.config/thisconfig.txt. (I'm looking at you kde folks..) A unique dir in .config directory should be mandatory.

    If I ever need to shed some cruft accumulated over the years in ~/.config/ this would make it a lot easier.

  • source
  • parent
  • [–] -2 points 2 years ago (1 child)

    Per the graphic, it means Unix System Resources....

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 2 years ago* (3 children)

    I don't trust a graphic which explains /boot as "system boot loader files"...

  • source
  • parent
  • hideshow 6 child comments
  • [–] 4 points 2 years ago (1 child)

    Why? What's inaccurate about it? I have no idea and would like to learn.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 2 years ago*

    It's not wrong, but it feels a bit like some tech articles you'll see which are obviously just created to fluff up a CV. I wouldn't say avyttring here is flat out wrong, just kinda... lacking.

    But yeah, /boot holds "system boot loader files", sure, but that's a bit vague. It should contain your kernel and initramcpio and IIRC Grub also had its config here. That's pretty much it. I would've rather said /boot contains the kernel.

    "device files" it's so vague that it's almost wrong IMO. At first glaze I would've thought that it means drivers rather than, say, "interfaces to devices"

  • source
  • parent
  • [–] 4 points 2 years ago

    It kind of makes sense on many BIOS/UEFI-less systems where e.g. Uboot is used. And it does contain things like kernel images, sometimes initRD files etc. (which may not be bootloader files but are still system boot files).

  • source
  • parent