Sometimes you may need to change wifi password in Ubuntu. You can easily do this from command line using network manager connection editor. In this article, we will learn how to change wifi password in ubuntu via terminal.
How to Change Wifi Password in Ubuntu Terminal
Here are the steps to change wifi password in Ubuntu terminal.
Open terminal and run the following command to change network password.
$ gksudo nm-connection-editor
This will allow you to edit and save all network passwords.
On the other hand, if you want to find out saved wifi password, then run the following command.
$ nmcli device wifi show-password
That’s it. In this short article, we have seen how to easily find saved wifi password, as well as change them in Linux.
Also read:
How to Connect Wifi Using nmcli
How to Set JAVA_HOME in Ubuntu
How to Create Large File in Linux
How to Find JDK Path in Ubuntu
How to Get Length of List in Ubuntu
Related posts:
How to Test If Variable is Number in Shell Script
How to Find All Sudo Users in Linux
How to Install HAProxy in Ubuntu
Linux Split File into Multiple Files
How to Create Swap Space in Ubuntu/Debian
How to Install Supervisor in RHEL/CentOS/Fedora
How to Verify Checksum in Linux
How to Return Value in Shell Script Function
Sreeram has more than 10 years of experience in web development, Python, Linux, SQL and database programming.