In Linux, to schedule a task to clean the user’s recycle bin every 5 minutes, the crontab entry would be _____.
*/5 * * * * <command>
0 * * * *
@annually
@reboot