选择一个hosts文件,然后按照不同操作系统执行下面的命令授权:

Windows Vista/7
To Users group cacls %windir%/system32/drivers/etc/hosts /E /G Users:W

Custom User account cacls %windir%/system32/drivers/etc/hosts /E /G "User Account Name":W

Linux (Ubuntu Fedora ...)
sudo chmod og+w /etc/hosts

Mac OS X
sudo chmod og+w /etc/hosts

相关文章:

  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2021-12-29
猜你喜欢
  • 2021-10-15
  • 2021-08-24
  • 2022-12-23
  • 2021-07-15
  • 2021-08-13
  • 2022-12-23
相关资源
相似解决方案