In this article I will show you 20 commands every Linux and Unix users should know how to use. The order of this commands is random. Probably ls and cd are the most used Linux and Unix commands. 1. ls <list>…
In this article I will show you 20 commands every Linux and Unix users should know how to use. The order of this commands is random. Probably ls and cd are the most used Linux and Unix commands. 1. ls <list>…
From security reasons, the users and groups are very important in Unix and Linux systems. Every OS geek should know how to create users and groups, add users to groups or modify user and group account informations. In this article…
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…