Do you want to locate any file in Linux ?
Are you tired of manually finding files in linux system ?
No worries.. We have a great command called "find".
Lets make use of it.... 🙂
Command : ...
Scheduling jobs using ' at ' and ' cron '

If you try to execute any command in linux/unix terminal, it is for one time execution and it will get executed once it is invoked.
Suppose if you have a command/script which should be executed at particular time/period OR at regular intervals of...