修改host指定域名指向ip,Windows脚本与Linux脚本以及查看端口号被占用

修改host指定域名指向ip,Windows脚本与Linux脚本

一,Windows系统修改hosts文件

Windows系统下hosts文件位置:C:\Windows\System32\drivers\etc\hosts
修改host指定域名指向ip,Windows脚本与Linux脚本以及查看端口号被占用_第1张图片
找到后右键编辑(如果提示无法编辑、权限不够、只读模式等,需要将hosts文件复制粘贴到桌面或者其他盘修改完再挪回来)

在hosts文件末尾追加编辑即可。
修改host指定域名指向ip,Windows脚本与Linux脚本以及查看端口号被占用_第2张图片

二、Linux系统修改hosts文件

Linux系统下hosts文件位置:/etc/hosts

找到后用vi或者vim编辑(root或者普通用户使用sudo权限)

在hosts文件末尾追加编辑即可。格式同上。

查看端口号被占用

查看端口号被占用 netstat -nltp|grep 9100(端口号)

你可能感兴趣的:(Linux)