HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🍗
[New] 조규현팀
/
🔗
개발에 도움이 되는 사이트
/
🗻
host
🗻

host

Tags
Created
Jun 15, 2022 05:27 PM
Related to 생각 공유 주제 (1) (링크) 1
category
host
creator
modifier
type
Daily
속성
/etc/hosts 파일은 무엇인가
hosts 파일은 도메인의 IP를 찾을 때 컴퓨터가 맨 처음 조사하는 파일이다(그러니깐 DNS 파일인 것이다). 로컬에서 개발을 진행할 때 로컬에서만 사용할 도메인과 IP주소를 연결해 줘야 하는데, 이 때 리눅스와 맥은 /etc/hosts 파일에, 윈도우는 C:\Windows\System32\Drivers\etc\hosts 파일에 내용을 작성해 준다. 내용은 아래와 같다. ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting.
/etc/hosts 파일은 무엇인가
https://mytory.net/2020/12/06/etc-hosts.html
/etc/hosts 파일은 무엇인가