Linux: Run cron job in foreground

前端 未结 4 568
眼角桃花
眼角桃花 2020-12-30 09:59

In Linux, is there a way to run a cron job in the foreground (or interactive mode)? (I have a program that runs periodically to accept user input and do some processing. So

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-30 10:48

    Assuming you are running X, you could always have it open a window on a selected display.

提交回复
热议问题