Reason 3756 why Windows is slopware
Programmer Humor
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
Linux fuser for the win
I've never fused Linux before, is it difficult?
fuser is an easy command just point it at the file and it tells you the process ids that using that file.
I barely know er!
It's one of the things that made me prefer using Linux a long long time ago. It's nice to be able to rename, move, and delete files while they are used.
Mac does the same thing (as others have said) and you can at least sudo lsof
and find it, but somehow filesystem access now is worse than Windows 95 era Excel spreadsheet file handles that never worked.
Here's what an operating system is peeps: Something that handles files and programs that live on top of it. That's it.
How is it none of them can't do their basic function anymore?