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
- Repository
- httpd-mpm.conf
- epel repository
- httpd-autoindex.conf
- Node.js 소스 설치
- httpd 2.2.32
- httpd.conf
- apache 연동
- CentOS
- httpd-vhosts.conf
- CentOS 6.10
- httpd-info.conf
- httpd-dav.conf
- Node.js apache 연동
- vimrc 옵션
- CentOS 6
- MySQL
- python 3.5.10
- unique_id
- httpd-default.conf
- PHP 5.2 .ini
- MySQL 5.1.41
- mod_unique_id
- PHP 5.2.17 .ini
- vim color scheme
- jQuery
- Mod_Security 룰 셋
- gcc update
- python 3.X 소스 설치
- node.js
Archives
- Today
- Total
목록halt (1)
곰시기's
[Linux] CentOS 01. 시스템 종료와 재시작 ( poweroff, halt, shutdown, reboot, init )
1. poweroff 1) # poweroff [옵션] ex) # poweroff -p = 시스템 즉시 종료 2) 옵션 옵션 설명 -n 재부팅 or 종료 전 동기화하지 않음 -f 강제로 재부팅 or 종료 -p 즉시 종료 -w shutdown, reboot 시스템 콜 하지 않고, /var/log/wtmp 파일에 shytdown log만 저장 -v --verbose : 상세정보 출력 2. halt 1) # hlat [옵션] ex) # halt -p = 시스템 즉시 종료 2) 옵션 옵션 설명 -n 재부팅 or 종료 전 동기화하지 않음 -f 강제로 재부팅 or 종료 -p 즉시 종료 -w shutdown, reboot 시스템 콜 하지 않고, /var/log/wtmp 파일에 shytdown log만 저장 -v --..
Sever/Linux Command
2020. 10. 29. 17:36