반응형
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- JavaScript
- 주식
- 코로나19
- Linux
- oracle
- sacai
- Python
- 덩크 로우
- dunklow
- 드로우
- 오라클
- 파이썬
- draw
- 발매예정
- jQuery
- 제이쿼리
- 주식공부
- 리액트
- Dunk Low
- 자바스크립트
- 리눅스
- 덩크 하이
- 덩크로우
- stockx.com
- 나이키
- GIT
- Github
- Nike
- dunk high
- react
Archives
- Today
- Total
목록크론탭 (1)
Life goes slowly...
[Linux] 리눅스 스케쥴러 - crontab 명령어
crontab 주기적으로 특정 시간에 특정작업을 실행하게 하는 스케줄러 프로그램언어. Linux Server에는 crontab 파일이 기본적으로 존재하고 있으며, 지금부터 기본설정 파일이 설정되어 있습ㄴ디ㅏ. [root@localhost ~]# vim /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # For details see man 4 crontabs # Example of job definition: # .---------------- minute (0 - 59) # | .------------- hour (0 - 23) # | | .---------- day of month (1 - 31) # |..
프로그래밍/Linux
2020. 7. 28. 13:34