Currently I have command pycharm to start Pycharm IDE. I use it like sudo pycharm and this launches Pycharm, but I have to keep terminal from where I've launched it open, because if I close it Pycharm being closed too.
Question is following.
How can I launch Pycharm(or any other application) and be able to close terminal from where it was launched?
I tried nohup pycharm & but with no result. I need to run it with sudo
pycharm & disown.