Commonly used commands of window system cmd

Window system:
ping, telnet can be used to check whether it is connected to the Internet or connected to a host (ip):
    ping www.baidu.com = ping 14.215.177.38 
    telnet www.baidu.com 80 = telnet 14.215.177.38 80 Use telnet to specify the port
    
    dir = Linux system ls # List file directory
    
    e: # Switch to E disk
    
    cd file name# Same usage as Linux

Guess you like

Origin blog.csdn.net/chuancheng_zeng/article/details/115011871