GET 70% Discount on All Products Coupon code: "Board70"
Configure a task: plan to run echo "file" command at 14:23 every day.
see explanation below.
(a) Created as administrator
# crontab -u natasha -e
23 14 * * * /bin/echo "file"
(b)Created as natasha
# su - natasha
$ crontab -e
TESTED 23 Nov 2024