ps -ef | grep name-of-busy-dir
sudo kill -15 pid-here
or if you are not root user
kill -9 pid
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