
network
List of commands for network:
-
network:ping Check if a server answers via ping.$ ping ${domain-without-protocol}try on your machineexplain this command
-
network:ports Show which tool is opening which port.$ netstat -tulpntry on your machineexplain this command