windows
使用ssh时提示Couldn't open /dev/null: No such file or directory
sc start null

null.sys文件:C:\Windows\System32\drivers\null.sys

修复null服务:

sc create null binPath= C:\Windows\System32\drivers\null.sys type= kernel start= system error= normal DisplayName= Null

修复 null.sys文件损坏或缺失:

sfc /scannow DISM /Online /Cleanup-Image /RestoreHealth