Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 RealBASIC 中开发应用程序,但我需要接口名称列表来填充下拉框。
解析 ifconfig 不起作用(得到、、、eth0等eth1)lo。我需要系统首选项(以太网、机场等)中显示的名称。
eth0
eth1
lo
有我可以解析的终端命令吗?
networksetup -listallnetworkservices只会给你名字(在禁用端口之前有一个星号,以防你想把它们排除在外)。 networksetup -listnetworkserviceorder提供一些附加信息,例如它们对应的 /dev 条目(en0 等)。检查手册页以networksetup获取更多选项...
networksetup -listallnetworkservices
networksetup -listnetworkserviceorder
networksetup