
내가 우분투 12.04로 작업할 때~에명령에서 두 개의 서로 다른 디렉터리가 있는 것을 확인했습니다./var/spool/cron/atspool그리고/var/spool/cron/atjobs. 이 두 디렉토리의 차이점이 무엇인지 알고 싶습니다. 어떤 도움을 주셔서 감사합니다.
답변1
man atd
상태:
/var/spool/cron/atjobs The directory for storing jobs;
this should be mode 700, owner daemon.
/var/spool/cron/atspool The directory for storing output;
this should be mode 700, owner daemon.
따라서 실제 작업은 atjobs에 저장되고 해당 작업의 출력(있는 경우)은 atspool에 저장됩니다.