crontab で次のようなコマンドを実行する必要があります。
*/1 * * * * find /etc -type f \( ! -perm /o=w \) -exec sh -c "/bin/ls -hastl '{}' | tr '\n' ' '" \; -exec sh -c "/usr/bin/md5sum '{}' | cut -d ' ' -f 1 " \; > /tmp/crontable/daily/log/$(hostname)_$(date +"%F").log
しかし、それは何もしません、cronはこのコマンドを実行しませんが、一般的なシェルではうまく機能します.cronで何が間違っていますか? 他のcronタスクはうまく機能しています。