this post was submitted on 03 Oct 2025
1219 points (99.0% liked)
Programmer Humor
26691 readers
2130 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Linux fuser for the win
I've never fused Linux before, is it difficult?
I barely know er!
fuser is an easy command just point it at the file and it tells you the process ids that using that file.
Not anymore. Many distribution will have most of what you need out of the box depending on what your needs are. They mostly feel like windows XP or 7.
where do i get linux xp 7?
Either a distribution with KdE Plasma (Kubuntu for example), or something like Zorin OS works really well.
Arch wiki
https://kde.org/linux/
Or stay with the basics and use lsof.
Either way, not coming with that tool by default and forcing every usage of the file to lock it is a really stupid pair of mistakes.