Thursday, October 14, 2021

get over "device or resource busy" in linux

 

ps -ef | grep name-of-busy-dir
sudo kill -15 pid-here
or if you are not root user 
kill -9 pid

No comments:

Post a Comment

get over "device or resource busy" in linux

  ps -ef | grep name-of-busy-dir sudo kill -15 pid-here or if you are not root user kill -9 pid