How to Change Password in Linux
User management is something very important in linux system. In linux, there is a kind of system that you would not find in other operating system, the system is called "user group". This kind of system will determine the privilege of each linux user, for instance a linux user that has not assign as part of www group would never able to access the file that has a www group limitation. Well that's a very though explanation, now lets take a look, what if, you want to change your user password in linux which by default is passwordless? well in the next part of this article we will explain about how to change your password from linux terminal. How to Change Linux Password Before i show how to change your password, you must check which user you currently logged in, to check the user, you can enter this command on your terminal: id here is the result : user@asus:~$ id uid=1000( user ) gid=1000(user) groups=1000(user),4(adm),20(dialout),24(cdrom),27(sudo),30(dip),46(...