|
|
|
|
|
by thayne
655 days ago
|
|
> it has been abused by external tools as a way to identify the program just because there was no other alternative. There is an alternative, at least on linux: /proc/$pid/exe. And if your question is "what executable is running" that is a better way to get it. But for a program like busybox, argv[0] is also important. |
|