반응형
- 설치
$ sudo apt-get install at
- 사용 법 1)
$ at now+값 minutes/hours/days -f 실행파일명
예시)
$ at now+1 minutes -f run_demo.sh
$ at now+1 hours -f run_demo.sh
$ at now+1 days -f run_demo.sh
- 사용 법 2)
$ at hh:mm yyyy-mm-dd -f 실행파일명
예시)
$ at 12:12 2023-10-24 -f run_demo.sh
- 대기열 확인
atq
- 대기열의 작업 제거
atrm 번호
'Linux' 카테고리의 다른 글
Run multiple shell scripts in different folders sequentially (0) | 2023.09.08 |
---|---|
execution time scheduler 'at' (0) | 2023.06.23 |
Draw HSV color wheel (0) | 2023.05.15 |
CUDA Installation error, NVIDIA-drm in use (0) | 2023.05.03 |
myelin error in operator(): 1 (myelinversionmismatch : compiled assuming that device 0 was sm 75, but device 0 is sm 0. ) (0) | 2022.01.27 |