for i in `cat /etc/passwd|awk -F':' '{print $1}'`
do
    # crontab -u ${i} -l 2>/dev/null
    crontab -u ${i} -l
done

 

相关文章: