본문 바로가기

반응형

chkconfig

[리눅스] systemd 명령어 systemd 명령어 systemd, init - systemd 시스템 및 서비스 관리자 systemd에서 서비스를 관리하는 명령어는 다음과 같습니다. systemctl list-unit-files --type=service - 현재 설치된 모든 서비스 목록을 출력합니다. systemctl start [서비스 이름] - 지정된 서비스를 시작합니다. systemctl stop [서비스 이름] - 지정된 서비스를 중지합니다. systemctl enable [서비스 이름] - 지정된 서비스를 부팅 시 자동으로 실행하도록 설정합니다. systemctl disable [서비스 이름] - 지정된 서비스를 부팅 시 자동으로 실행하지 않도록 설정합니다. systemctl status [서비스 이름] - 지정된 서비스의.. 더보기
[리눅스] systemd 서비스 list systemd 서비스 list systemctl list-unit-files | grep bluetooth.service $ systemctl list-unit-files | grep bluetooth.service bluetooth.service enabled systemctl disable bluetooth.service $ systemctl disable bluetooth.service rm '/etc/systemd/system/dbus-org.bluez.service' rm '/etc/systemd/system/bluetooth.target.wants/bluetooth.service' systemctl list-unit-files | grep bluetooth.service $ systemctl .. 더보기
[명령어] chkconfig 명령어 chkconfig 명령어 chkconfig [런레벨 조정] * 서비스 runlevel 보기 chkconfig --list chkconfig --list 데몬명 * 서비스 등록하기 chkconfig --add 데몬명 * 서비스 삭제하기 chkconfig --del 데몬명 * 서비스 runlevel 조정하기 chkconfig --level 실행레벨 데몬명 [on|off|rest] $ chkconfig chkconfig version 1.3.30.1 - Copyright (C) 1997-2000 Red Hat, Inc. This may be freely redistributed under the terms of the GNU Public License. usage: chkconfig --list [name] .. 더보기
[Apache] apache(httpd-2.2.12) 설치 apache(httpd-2.2.12) 설치 ver : httpd-2.2.12 # useradd -c "Apache" -u 48 -s /sbin/nologin -m -d /home/www apache # ./configure --prefix=/usr/local/apache2 --enable-so --enable-shared=max --enable-rewrite --enable-ssl --enable-proxy # make # make install # cp -p /usr/local/apache2/bin/apachectl /etc/init.d/httpd # vi /etc/init.d/httpd ----------------------------------------------------------------.. 더보기

728x90
반응형