Running background job continuously in linux

房东的猫 提交于 2019-12-12 01:56:33

问题


Can anyone suggest how can i run a job in Linux continuously in background?

Task of this job would be review some of the user accounts and see if they are active or not.

Thanks, Tapan


回答1:


CRONTAB!!

Use the format * * * * * command

Here is a helpful resource: Newbie: Intro to Cron



来源:https://stackoverflow.com/questions/18896893/running-background-job-continuously-in-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!