ipconfig is a command on Windows, not Linux. The ifconfig command is typically used to list network interfaces. The -a switch tells ifconfig to print all interfaces that it knows about, not just the ones that are currently configured with an address. Incidentally, it may be the case that ifconfig is unavailable and so `ip link show` might be necessary instead.