7
우분투에서 (실패한) 크론 작업에서 전자 메일을 얻는 방법은 무엇입니까?
실행 파일 중 하나에 배치하여 우분투에서 크론 작업을 만듭니다 /etc/cron.{daily,hourly,monthly,weekly}. cron으로 시작하는 많은 디렉토리가 있습니다 : kent@rat:~$ ls -ld /etc/cron* drwxr-xr-x 2 root root 4096 2009-06-06 18:52 /etc/cron.d drwxr-xr-x 2 root root 4096 2009-07-16 13:17 /etc/cron.daily drwxr-xr-x 2 root root 4096 2009-06-06 18:52 /etc/cron.hourly drwxr-xr-x 2 root root 4096 2009-06-06 …