Best chattr command to change File Attributes – Making Important Files Immutable

Best chattr command to change File Attributes – Making Important Files Immutable

In this article, we are going to discuss how to use chattr command to change file attributes in Linux and make the important files immutable. chattr stands for Change Attribute. chattr command is a very nice and useful tool in Linux that is used to change file attributes and has the ability to make the file …

Read more

How to Create and Manage Users Using Useradd Linux Command

Create and Manage Users Using Useradd Linux Command

In this article, we are going to learn how to create and manage users using useradd Linux command. useradd command is a Basic command in Linux is used to create and manage users. It comes with so many options and arguments to manage the users like Set Expiry date for the user, Password Inactivity, set UID (User ID) and …

Read more

Best Group Management (Groupadd, Groupdel, Groupmod, Gpasswd) Commands In Linux

Best Group Management (Groupadd, Groupdel, Groupmod, Gpasswd) Commands In Linux

In this article, we are going to learn the Group Management command in Linux. We have Four useful commands in Linux to Manage Groups i.e. groupadd, groupdel, groupmod, gpasswd. Managing Groups means we have to perform tasks such as Create Group, Delete Group, Modify Created Group, Add User into a Group, Delete User from a Group, and so …

Read more

How To Configure Telnet Server And Telnet Client In Rhel/Centos/Fedora

How To Configure Telnet Server And Telnet Client In Rhel/Centos/Fedora

In this article, we are going to discuss how to configure Telnet Server and Telnet Client in RHEL/CentOS/Fedora. Telnet is nothing but a protocol was invented in 1969 used to take remote of systems over Network in text mode or command mode as it does not support GUI (Graphical User Interface). There are two instances …

Read more

Best Yum Command With Examples A Package Manager In Rhel/Centos/Fedora

Best Yum Command With Examples A Package Manager In Rhel/Centos/Fedora

In this article, we are going to learn some most useful yum command with example. YUM is a Package Manager tool and most convenient way to handle packages and its dependencies. YUM stands for Yellowpage Updater Modifier is a Package Manager tool for rpm package supportable Linux distros/Operating Systems ex: RHEL 5/6/7 and so on. …

Read more

How to Install Htop Linux Process Monitoring On Fedora 30 Linux Workstation

How to Install Htop Linux Process Monitoring On Fedora 30 Linux Workstation

In this article, we are going to learn How to Install Htop Linux Process Monitoring On Fedora 30 Linux Workstation. htop is an interactive system-monitor process-viewer and process-manager that is designed as a top-level alternative to the Unix program. A frequently updated list of the process running on the computer shows and is usually ordered …

Read more