I have Python scripts in Linux Server.
I have multiple scripts in directory example /home/python/scripts
all users use same username "python" to login linux server.
If multiple users are run same script is there any issues?
Like if one user start execute one script before finishing this script another user also started same script. Is variable got overwrite ?
What is best way to handle this kind of things.