In today's digitally connected world, Wi-Fi networks play an important role in keeping us connected to the internet. Whether you're using Linux for work or leisure, knowing how to retrieve the name of the Wi-Fi network you're currently connected to can be quite handy. This information can be useful for troubleshooting, monitoring, or simply satisfying your curiosity. This tutorial shows how to get connected Wi-Fi network name on Linux.
On the Linux systems, the iwgetid
command is designed to provide information about wireless networks. The -r
option specifically instructs the command to return the Extended Service Set Identifier (ESSID) of the currently connected Wi-Fi network. The ESSID essentially corresponds to the name of the network you are connected to.
iwgetid -r
The terminal will display the name of the connected Wi-Fi network, such as:
TP-LINK_5A07_5G
Leave a Comment
Cancel reply