个人用户的 crontab 条目

发布于 2024-12-19 11:36:39 字数 186 浏览 2 评论 0 原文

在我的 RHEL5 机器上,到目前为止,我已经通过将条目放入 /etc/crontab 文件中来设置 cron 作业,出于安全原因,该文件只能由 root 编辑。

还有其他方法可以为个人用户设置 cron 作业吗?最好,我希望每个用户都有自己的 cron 文件,他们可以随意编辑该文件,而无需 root 权限。

这可以做到吗?

On my RHEL5 box, I have so far set up cron jobs by placing entries in the /etc/crontab file which is for safely reasons, only editable by root.

Are there other ways to set up cron jobs for individual users? Preferably, I would like each user to have their own cron file that they can edit at will without requiring root privileges.

Can this be done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

自我难过 2024-12-26 11:36:39

用户可以使用 crontab -e 创建和编辑自己的 crontab。他们可以使用 crontab -l 查看他们的 crontab。他们可以使用 crontab -r 删除 crontab。

man -s1 crontab 了解更多信息。

Users can create and edit their own crontabs with crontab -e. They can view their crontab with crontab -l. They can remove their crontab with crontab -r.

man -s1 crontab for more information.

夜清冷一曲。 2024-12-26 11:36:39

crontab 条目仅是特定于用户的。用户可以在 crontab 中创建/安排自己的作业,或者您可以说用户有权访问的所有文件

http://www.weblogitech.com/2015/12/what-is-cron-tab-in-linux-and-unix.html

crontab entry is user specific only. a user can make/schedule its own jobs in crontab or you can say that all files on which user is having access

http://www.weblogitech.com/2015/12/what-is-cron-tab-in-linux-and-unix.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文