문제

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

도움이 되었습니까?

해결책

CRONTAB!!

Use the format * * * * * command

Here is a helpful resource: Newbie: Intro to Cron

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top