04-07-2022, 05:16 AM
Code:
ps -ef
Code:
man ps
You can then use the kill command with the process ID. Perhaps also look at pgrep, pkill and killall commands and their man pages.
It may be that there is no process, just a left over lock file that needs removing manually.