13,420
edits
Changes
no edit summary
<u>'''Example of crontab entry (using the ''crontab'' command to edit the '''/etc/crontab''' file)'''</u>
<pre style="font-size:14pt;font-family:courier;">
# Check every minute for logins by user “evil”
* * * * * who | grep '^evil'