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.
我在 Windows 7 上安装了 cygwin。Cygwin 将运行C:\Windows\System32\我尝试过的所有其他命令,例如ipconfig 除了 nbtstat.
C:\Windows\System32\
ipconfig
nbtstat
nbtstat按预期工作cmd.exe。我什至尝试以管理员身份运行 Cygwin shell,但它仍然无法执行nbtstat。它甚至不会出现在ls -l.
cmd.exe
ls -l
为什么cygwin拒绝执行nbtstat?
我的通灵调试能力告诉我,您正在 64 位版本的 Windows 上运行 32 位版本的 Cygwin。
尝试运行/cygdrive/c/Windows/sysnative/nbtstat.exe。
/cygdrive/c/Windows/sysnative/nbtstat.exe