How to Mount and Unmount File System/Partition in Linux
Generally, a file system must be mounted on a Linux system to access the contents. When adding a new hard disk to your system, you may need to use the fdisk command or the...
Generally, a file system must be mounted on a Linux system to access the contents. When adding a new hard disk to your system, you may need to use the fdisk command or the...
A link is a mechanism for creating a shortcut to the original file or directory. It contains information about another file or directory. Links allow more than one filename to reference the same file....
You may have missed deleting files that are no longer needed on your computer in some directory. This can be “Download” or any other directory. It may have grown up over a period of...
Well known services on Linux can be added on boot without any problems. For example, if you want to add Apache Httpd service on boot, you can do this with the help of the...
Ethtool is used to view and modify network device driver parameters and hardware settings, especially for wired ethernet devices. You can change ethernet card parameters as required, including auto-negotiation, Speed, Duplex and Wake-on LAN....
We 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. The Linux admin job...
Single user mode, also referred to as maintenance mode, which allows a single super user to recover/repair system problems. Generally, these problems cannot be solved in a multi-user environment. The system can boot but...
Package managers play a key role in the Linux system. It allows you to install, update, view, search and delete software packages to suit your needs. Each of the distributions has their own set...
By default when you set up the server you will configure the primary network interface. This is part of the build work that everyone does. Sometimes you may need to configure an additional network...
If you enable a password policy on Linux. The password must be changed before it expires, and you will be notified when you log in to the system. If you rarely use your account,...