관리 메뉴

Sysops Notepad

[Linux] 계정별 crontab 설정 보기 본문

업무/etc

[Linux] 계정별 crontab 설정 보기

sysops 2018. 11. 26. 14:08


# for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done


Comments