How to Kill user sessions in Linux
Sometimes we might need to kill a user session in Linux based on requests, which can be done by sending SIGNALS with kill command. We need to send one of …
How to Kill user sessions in Linux Read MoreLinux and Unix, Open Source, Linux Howtos
Sometimes we might need to kill a user session in Linux based on requests, which can be done by sending SIGNALS with kill command. We need to send one of …
How to Kill user sessions in Linux Read Moreroot user is a privileged user in Linux, which is similar to an administrator in Windows. All kind of administrative operations can be performed using root user privilege hence it …
How to become a ‘root user’ in Linux? Read MoreGenerally, a file system must be mounted on a Linux system to access the contents. When adding a new disk to your system, you may need to use the fdisk …
How to Mount and Unmount File System in Linux Read MoreLink is a mechanism of creating a shortcut to the original file or directory which contains information about its files or directories. What is Soft link? A symbolic link, also …
Difference between Soft link vs Hard link Read MoreYou may have missed to delete some files that are no longer needed on your computer in some directory. It could be either in “Download” or any other directory that …
How to Remove files older than ‘N’ days using Tmpwatch/Tmpreaper on Linux Read MoreWell-known services in Linux can be added on boot time without any problems, because most of them come with their own script, which is done using ‘chkconfig’ and ‘systemctl’ commands. …
How to execute a command or script at reboot or startup Read MoreWe all know the purpose of the uptime command in Linux. This is used to check the uptime of the Linux system and how long the system runs without restarting. …
Three Methods to Check Uptime of MySQL/MariaDB Database Server on Linux Read MorePackage manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, and removing software in the Linux system. Each Linux distribution uses …
Difference Between YUM and RPM Read MoreServer primary interface would be configured as part of the server build activity, but sometimes you may need to configure an additional network interface in Linux for several reasons. An …
How to check Network Interface details in Linux Read MoreIf you enabled a password policy on Linux, the password must be changed before it expires, otherwise you will be notified to change the password upon login until the password …
How to check user password expiration date in Linux Read More