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 Remove Yum Repositories
How to Unrar Files with Password in Linux
SCP command in Linux to copy file from one server to another
How to Check Cron Log in Linux
How to Download Directory & Subdirectories using Wget
How to Downgrade Software in Ubuntu
Sed Command to Delete Lines in Linux
How to Configure Firewalld in Redhat, CentOS Linux
Sreeram has more than 10 years of experience in web development, Python, Linux, SQL and database programming.