리눅스 프로그래밍/리눅스 명령어

서버 이것저것 명령어 ㅋ

삽질중 2015. 6. 17. 15:38

1. 아파치 

   apachectl {command} : start / stop / restart


2. pstree : 돌고있는 스케쥴러 확인


3.  크론탭 

  (1) 등록확인 : crontab -l

  (2) 편집하기 : crontab -e 

  (3) 파일위치 : /var/spool/cron/사용자명

  (4) 실행하기 : service cron {command} : start / stop / restart


4. rsync 

  service rsync {command} : start / stop / restart