Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created December 24, 2017 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parsibox/b9a56ba62ebc63d32d2a1f9ba41313c0 to your computer and use it in GitHub Desktop.
Save parsibox/b9a56ba62ebc63d32d2a1f9ba41313c0 to your computer and use it in GitHub Desktop.
make empty all directadmin user cron job
for k in `find /usr/local/directadmin/data/users/ -type f -name 'crontab.conf' `; do echo"" > $k;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment