Set cronjob for user natasha to do /bin/echo hiya at 14:23.
vi /etc/crontab (copy the crontab to natasha)
crontab -u natasha -e
23 14 * * * /bin/echo “hiya”
:wq
crontab -u natasha -l
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
PENNSHARK
6 months agoSTFN2019
2 years, 9 months ago