Hello!
top: 1604 total, 1 running, 1603 sleeping
I have user with 1 crontab note.
For 1 crontab note has been created 4 processes.
ps aux
I entered "pkill -u UID".
And received:
Tasks: 238 total, 2 running, 236 sleeping,
How I can limit the time their existence? How fix it?
top: 1604 total, 1 running, 1603 sleeping
I have user with 1 crontab note.
For 1 crontab note has been created 4 processes.
ps aux
Code:
root 31816 0.0 0.0 142272 1680 ? S 04:38 0:00 CROND
root 32570 0.0 0.0 6184 808 ? Ss 02:54 0:00 jailshell (user000) [32578] ell -c /usr/bin/php /home/user000/file.php
user000 32578 0.0 0.0 6184 400 ? S 02:54 0:00 jailshell (user000) [init] hell -c /usr/bin/php /home/user000/file.php
user000 32580 0.0 0.0 418680 14928 ? S 02:54 0:00 /usr/bin/php /home/user000/file.php
I entered "pkill -u UID".
And received:
Tasks: 238 total, 2 running, 236 sleeping,
How I can limit the time their existence? How fix it?