I have access to a remote Linux shell for work purposes. I have kept a python script running in the background using nohup.
Now, if I want to exit the session, what is the difference between using logout and exit commands? Will my script keep running in both of these cases?