uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
run
/
..
/
lib
/
python-support
/
..
/
sudo
/
..
/
php5
/
sessionclean
/
/
#!/bin/sh # first find all used files and touch them (hope it's not massive amount of files) lsof -w -l +d "${1}" | awk -- '{ if (NR > 1) { print $9; } }' | xargs -i touch -c {} # find all files older then maxlifetime find "${1}" -ignore_readdir_race -depth -mindepth 1 -maxdepth 1 -type f -cmin +${2} -delete
/var/run/../lib/python-support/../sudo/../php5/sessionclean