for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l 2>/dev/null; done ... cut -d ' ' -f 1 /var/log/apache2/access_logs | uniq -c | sort -n ...
確定! 回上一頁