Browsing category

Linux

How To Install Eclipse IDE on Linux Mint 20 / Linux Mint 19

Eclipse is a well-known, widely used IDE (Integrated Development Environment) for developing Java applications and also developing applications in COBOL, Ada, C, C++, Perl, PHP, Python, R, Ruby, Clojure, Scala, Groovy, and Scheme. Eclipse is written in C and Java and released under Eclipse Public License. It includes development environments for Eclipse JDT for Java, […]

How To List Users in Linux

The very first task that any Linux administrator performs when a user says unable to login to the system. Yes, to know how to list Users in Linux is must to troubleshoot any login issue. I hope you have seen commands to create a user, delete a user, modifying a user, list logged in users. […]

How To Delete / Remove Users in Linux Using the userdel Command

As a Linux system administrator, one of the primary responsibility is to manage the users and groups on Linux systems. User management includes creating users, modifying existing users and deleting users. Deleting / Removing a user account is the most important task for an administrator when any user leaves from an organization. This post explains […]

How To Modify User Accounts in Linux Using usermod Command

Linux administrators often receive requests to create users in Linux unless the organization uses LDAP and also to modify or change existing user’s attributes. As a Linux administrator, you should be well versed with creating users, removing users, and modifying users in Linux. This post explains to you how to modify user accounts in Linux […]