0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew我明白0 */12 * * *的意思
紧随其后的是root,它似乎是用户名。test -x....的意义是什么?
发布于 2022-02-15 19:34:35
https://askubuntu.com/questions/1393085
复制相似问题