While working on data in Linux Operating system, it’s very important to know how to sort columns efficiently. Like workin on log files, organizing table data, or fetching specific information, sorting columns helps you understand your data fast. In this article, we’ll explore different methods to sort columns under Linux using the Bash shell’s options.
Used to display detailed information about physical volumes on a Linux system. Which provides detailed information about each PV, which includes size, […]
sar is a very useful command provided in the Linux/UNIX OS. It comes from sysstat package.
Using sar command we can get many important stats from the server like CPU usage, memory usage, swap, IO, disk IO, network, paging etc.
The fuser command is used to identify which processes are currently have open files, directories, or sockets. is useful for troubleshooting scenarios […]