rootユーザで以下を実行
for user in $(cut -f1 -d: /etc/passwd);
do echo $user;
crontab -u $user -l;
done
Go to list of users who liked
More than 1 year has passed since last update.
rootユーザで以下を実行
for user in $(cut -f1 -d: /etc/passwd);
do echo $user;
crontab -u $user -l;
done
Register as a new user and use Qiita more conveniently
Go to list of users who liked