this post was submitted on 24 Nov 2025
992 points (96.2% liked)

Technology

77058 readers
2898 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] grainOfSalt@sh.itjust.works 2 points 8 hours ago

You can read about the filesystem here https://linuxlap.com/linux-tips/linux-file-system-structure/. At home, I rarely go outside my home directory. Outside the usual folders in /home/user (~) like Documents, Downloads, etc., I mostly find myself in ~/.config and ~/.local/share looking for files that desktop programs store. Or for whacky programs like the email client Evolution, you can find the entirety of your IMAP emails in ~/.cache and have to redownload all your emails with a new PC because who backs up their cache folder? (Or angrily switch back to Thunderbird and never use Evolution again.)

At work with proprietary software to support, it's at /opt.

You can check where programs are installed with which, ex. "which firefox". Flatpaks are stored in different directories and 'which' won't find them. Better to manage those with warehouse and flatseal than mess with the files directly.