## Use Case
I tried opening [[IntelliJ]] and it failed with the error saying that another instance already existed.
## Solution
On my Linux machine, I needed to run `find ~/ -type f -name '.lock'` to find a lock file that IntelliJ uses.
Once I found that file, I need to delete it to be able to open IntelliJ