[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kill processes that are using a file
- To: robert
- Subject: kill processes that are using a file
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Mon, 04 Nov 2024 17:46:15 -0800
fuser -k myfile
instead of using lsof.
Can be used to kill accessing the executable file itself.