here
That is not clear at all. Do you want to run a script remotely?
yeap , i wanna launch that script which is available in the server .. using my programming language code ... how to do that in linux server ?
well, what programming language is it?
you can use os.popen() for example.
Ah, so it doesn't matter if it's on a server or not. You want to use one script on machine A to run another script on machine A. Look up how to run programs from python. There are lots of ways.
phew , ty !!
ahhh , ok thanks a lot
that's actually deprecated btw, i think you'll need to use subprocesses in python3
Обсуждают сегодня