Day: November 3, 2007

Alarm Command in Linux

Command to create an Alarm in Linux echo ‘xmessage “Hello”‘|at 19:00

Crontab Commands

Some command to set, view and remove cron jobs crontab -e #Edit Crons crontab -l #List all crons crontab -r…