cm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 hours agoDeleting Fileslemmy.mlimagemessage-square35linkfedilinkarrow-up1359arrow-down12file-text
arrow-up1357arrow-down1imageDeleting Fileslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 hours agomessage-square35linkfedilinkfile-text
minus-squaremarduk@lemmy.sdf.orglinkfedilinkarrow-up12·3 hours agoI’ve never fused Linux before, is it difficult?
minus-squarelordnikon@lemmy.worldlinkfedilinkEnglisharrow-up3·1 hour agofuser is an easy command just point it at the file and it tells you the process ids that using that file.
minus-squareDarkcoffee@sh.itjust.workslinkfedilinkarrow-up3·3 hours agoNot 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.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2arrow-down1·1 hour agoOr 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.
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.
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?
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.