ps

Is there a way to change effective process name in Python?

Is there a way to change effective process name in Python? Question: Can I change effective process name of a Python script? I want to show a different name instead of the real name of the process when I get the system process list. In C I can set strcpy(argv[0],"othername"); But in Python argv[0] = …

Total answers: 10