Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 cron 的新手。刚刚有人介绍给我。cron 会为不同的用户运行吗?
我的意思是,如果用户在线,我想每 5 分钟运行一次某个脚本(更新数据库)。如果我有很多在线用户怎么办?cron 可以处理这样的任务吗?
用于crontab -e编辑当前用户的 crontab。但是脚本必须检查用户是否在线。
crontab -e
Cron 不会自动执行此操作。