Filesystem Hierarchy Standard - Reference Poster / Cheatsheet [Dark mode in details]

callcc@lemmy.world to Linux@lemmy.ml – 559 points –

Hey, I've recently designed a Poster about the FHS since I often forget where I should place or find things. Do you have any feedback how to make it better?

I updated the poster: https://whimsical.com/fhs-L6iL5t8kBtCFzAQywZyP4X use the link to see online.

Dark mode

Old version

100

You are viewing a single comment

What would a use case be for

>/usr/bin

versus

/usr/local/bin

Binaries in the former are installed by the OS/package manager, binaries in the latter are installed manually by the user, for example by compiling from source and running make install

Great. Now I gotta refactor some scripts.