Alarm Command in Linux
Saturday, November 3rd, 2007
Command to create an Alarm in Linux
echo 'xmessage "Hello"'|at 19:00
Command to create an Alarm in Linux
echo 'xmessage "Hello"'|at 19:00
Some command to set, view and remove cron jobs
crontab -e #Edit Crons
crontab -l #List all crons
crontab -r #Remove all jobs for this user.