mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
7 lines
No EOL
110 B
PHP
7 lines
No EOL
110 B
PHP
<?php
|
|
|
|
$cmd = 'ps aux | grep YPTSocket';
|
|
exec($cmd);
|
|
|
|
$cmd = 'cat /proc/56529/limits | grep open';
|
|
exec($cmd); |