cm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 year agoDeleting Fileslemmy.mlimagemessage-square158linkfedilinkarrow-up11.44Karrow-down113file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up11.43Karrow-down1imageDeleting Fileslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 year agomessage-square158linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaremarduk@lemmy.sdf.orglinkfedilinkarrow-up20·1 year agoI’ve never fused Linux before, is it difficult?
minus-squarelordnikon@lemmy.worldlinkfedilinkEnglisharrow-up11·1 year 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-up6·1 year 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-squareDarkcoffee@sh.itjust.workslinkfedilinkarrow-up3·1 year agoEither a distribution with KdE Plasma (Kubuntu for example), or something like Zorin OS works really well.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up6arrow-down1·1 year 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?
https://kde.org/linux/
Arch wiki
Either a distribution with KdE Plasma (Kubuntu for example), or something like Zorin OS works really well.
I barely know er!
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.