gpt4 book ai didi

linux - 我想每分钟自动使用脚本 chmod 这是我的脚本吗?

转载 作者:太空宇宙 更新时间:2023-11-04 05:31:28 25 4
gpt4 key购买 nike

我想每分钟自动使用脚本 chmod 这是我的脚本

# vim /home/crontab/chmod.sh
#!/bin/sh
chmod +x /home

这是我的 crontab

# crontab -e 
*/5 * * * * /home/crontab/chmod.sh

我的脚本和 crontab 出了什么问题?

最佳答案

每分钟的 Cron 表达式:-

*/1 * * * * <ur command>

要执行脚本,请先对脚本执行 chmod。

chmod +x /home/crontab/chmod.sh

并且不要忘记在 crontab 以及 Shell 脚本的末尾添加一个空白新行

关于linux - 我想每分钟自动使用脚本 chmod 这是我的脚本吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15262204/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com