⊙
systemctl [option] [데몬명]
[option]
start ; service start [데몬명]
stop ; service stop [데몬명]
reload ;
restart ; service restart [데몬명]
status ; service status [데몬명]
enable ; chkconfig on [데몬명]
disable ; chkconfig off [데몬명]
실행중인 service list 보기
# systemctl -t service
enabled, disabled 된 service, socket, target 보기
# systemctl list-unit-files
일부 SysV services 상태 확인. 6 와 마찬가지로 chkconfig off 가능.
# chkconfig --list
⊙
# ip addr show ; ifconfig
⊙
커널이 업데이트 되면서 ; 의 역할을 + 으로 표시.
# find / -name abc -exec ls -al {} ;
=> # find / -name abc -exec ls -al {} +
'Linux > CentOS' 카테고리의 다른 글
CentOS 6, 7 Minimal 에 Desktop(GUI 환경) 설치 (0) | 2015.04.09 |
---|---|
CentOS 7 시간설정 및 Time Zone 변경 (0) | 2015.04.09 |
CentOS 6.6 minimal 로 DHCP server 구축 (0) | 2015.04.09 |
Cent OS 6.6 에서 nmail 로 메일서버 구축하기 (0) | 2015.04.07 |
DNS master & slave server 만들기 (0) | 2015.04.06 |