mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00

* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
1.1 KiB
1.1 KiB
resolvconf
네임서버 정보를 관리. 네임서버 정보를 제공하는 프로그램과 이 정보를 사용하는 애플리케이션 사이의 중개 역할을 합니다. 이 페이지는 Debian의
resolvconf
구현을 문서화합니다. 더 많은 정보: https://manned.org/resolvconf.8.
- IFACE.PROG 레코드를 추가하거나 덮어쓰고 업데이트가 활성화되어 있으면 업데이트 스크립트 실행:
resolvconf -a {{IFACE.PROG}}
- IFACE.PROG 레코드를 삭제하고 업데이트가 활성화되어 있으면 업데이트 스크립트 실행:
resolvconf -d {{IFACE.PROG}}
- 업데이트가 활성화되어 있으면 업데이트 스크립트만 실행:
resolvconf -u
resolvconf
가-a
,-d
, 또는-u
로 호출될 때 업데이트 스크립트를 실행할지 여부를 나타내는 플래그 설정:
resolvconf --enable-updates
- 업데이트 실행 여부를 나타내는 플래그 초기화:
resolvconf --disable-updates
- 업데이트가 활성화되어 있는지 확인:
resolvconf --updates-are-enabled