at 썸네일형 리스트형 at 사용법 - 설치 $ 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 번호 더보기 execution time scheduler 'at' ** First of all, you need to install 'at' via** $ sudo apt-get install at 1. Check current system time $ date fri nov 11 15:50:58 -03 2022 2. reservate execution time throught 'at' command $ at 15:52 -f ./myscript.sh warning: commands will be executed using /bin/sh job 4 at Fri Nov 11 15:52:00 2022 ** more examples ** $ at now + 1 min -f ./myscript.sh 3. list of queued task $ atq 3 Fri Jun 23 08.. 더보기 이전 1 다음