#!/bin/sh
# Check crontab from all user
for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
crontab shell
<iframe width="100%" height="290" src="https://snippet.echosystem.fr?embed=5a5d4e2aaf0a8" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 02/11/2021