Child pages
  • How to list all root and system cron jobs
Skip to end of metadata
Go to start of metadata
crontab -l | grep -E -v '^#|^$'
cat /etc/crontab | grep -E -v '^#|^$'
/bin/ls -l /etc/cron.* | grep -E -v '^total|^$'
  • No labels