I have a process running on my Ubuntu 16.04 server with an ID, roughly 21505.
When running a php script
system('kill 21505'); It does not produce any errors, but the process continues to exist. What do I need to do to make the team work?
I have a process running on my Ubuntu 16.04 server with an ID, roughly 21505.
When running a php script
system('kill 21505'); It does not produce any errors, but the process continues to exist. What do I need to do to make the team work?
Source: https://ru.stackoverflow.com/questions/840570/
All Articles