githubEdit

wildcard crontab

start to disable scheduled task

cat /etc/crontab 

we find file call /usr/local/bin/compress.sh have a read permission after display the content of file

image.png

we found this file take a backup of all files on the system

tar when find any files start with —- make this file as an option that’s make our to execute command by tar

Last updated