Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- httpd 2.2.32
- MySQL
- epel repository
- CentOS 6.10
- Node.js apache 연동
- MySQL 5.1.41
- Repository
- httpd-mpm.conf
- CentOS 6
- python 3.5.10
- PHP 5.2 .ini
- CentOS
- PHP 5.2.17 .ini
- httpd-vhosts.conf
- Node.js 소스 설치
- python 3.X 소스 설치
- apache 연동
- httpd.conf
- gcc update
- httpd-dav.conf
- httpd-info.conf
- vimrc 옵션
- unique_id
- node.js
- httpd-autoindex.conf
- vim color scheme
- jQuery
- httpd-default.conf
- mod_unique_id
- Mod_Security 룰 셋
Archives
- Today
- Total
목록systemctl (1)
곰시기's
[Linux] CentOS 29. 서비스 제어와 관리 ( service )
서비스의 제어와 관리 - service, systemctl service? CentOS 6 버전에서 데몬( =서비스 )의 제어하거나 관리하는 명령어 systemctl : CentOS 7에서 service를 대체하는 명령어 사용법 service {데몬} [옵션] systemctl [옵션] {데몬} 옵션은 호출되는 스크립트에 따라 다르다. 예를 들어 아파치의 경우 reload를 지원하지 않지만 sshd는 reload를 지원한다. 옵션 옵션 설명 --status-all 실행 중인 모든 서비스들에 대해 status 명령을 사용 start 서비스 시작 stop 서비스 중지 restart 서비스 stop명령 실행 후 start명령 실행 status 서비스의 상태 정보 reload 서비스의 설정 정보 변경
Sever/Linux Command
2020. 11. 30. 09:42