crontab -eIn the editor that opens up, enter
0,20,40 22-23 * 7 fri-sat /absolute/path/to/myjob.shand save. You are done!
The format is for specifying jobs is
Min Hour DoM MoY DoW Cmd.See Ian's article for more.
crontab -eIn the editor that opens up, enter
0,20,40 22-23 * 7 fri-sat /absolute/path/to/myjob.shand save. You are done!
Min Hour DoM MoY DoW Cmd.See Ian's article for more.
/path/to/iso/abc.isodo
mkdir /path/to/mount/dir/abcdir mount -o loop /path/to/iso/abc.iso /path/to/mount/dir/abcdir cd /path/to/mount/dir/abcdirYou can now start using the contents of the ISO file.