usermod is used for changing user info. You can change your login shell, userid, username, homedir, etc. I like this command because it’s syntax is similar to useradd’s: $ usermod [options] username 1. Change the user login shell: usermod -s…
usermod is used for changing user info. You can change your login shell, userid, username, homedir, etc. I like this command because it’s syntax is similar to useradd’s: $ usermod [options] username 1. Change the user login shell: usermod -s…