find all cron jobs in linux
#for i in $( ls /home ); do echo $i: ; sudo crontab -u $i -l; done
find all cron jobs in linux
#for i in $( ls /home ); do echo $i: ; sudo crontab -u $i -l; done
find all cron jobs in linux
#for user in $(getent passwd | cut -f1 -d: ); do echo $user; crontab -u $user -l; done
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us