Mpstat is part of the sysstat package in Linux. The mpstat command writes to standard output about activities for each available processor, processor 0 being the first one. If no activity has been selected, then the default report is the CPU utilization report. mpstat without any option will ...
grep case sensitive parameter & explanation while running grep –help command Check out this video where we show a practical usage of grep case sensitive option using -i parameter: <img src=https://i.ytimg.com/vi/ID/hqdefault.jpg alt width=480 height=360> Further reding: Basic Linux Comma...
The Linux ‘du‘ (Disk Usage) is a standard Unix/Linux command used to check the disk usage information of files and directories on a machine. Theducommand has many parameter options that can be used to get the results in many formats. Theducommand also displays the files and directory si...
Thedf -h /homecommand shows usage for the file system mounted at/home, like/dev/sdb1if partitioned separately. Unlike/dev/sda1, it uses the mount point, not device name. Handy for user directories or external drives. Runmount | grep /hometo confirm the mount. Output is human-readable,...
5. Using atop Command Theatopcommand is a system monitor that reports about activities of various processes. But importantly it also shows information about free and used memory space. # atop Atop Check Swap Usage To know more about how to install and use atop command in Linux, read this ar...
to more advanced topics, such as compiling from source and installing a specific version of the command. Finally, we’ll provide guidance on how to use the command and verify that the correct version is installed. So, let’s dive in and start mastering the ‘alias’ command in Linux!
Wrapping Up: Installing the ‘file’ Command in Linux Getting Started with the ‘file’ Command in Linux Thefilecommand is a handy tool in Linux that helps you determine the type of a file without opening it. It’s a utility that examines the file and provides information about it. Thefil...
The 'skilion' version has a significant number of issues in how it manages the local sync state. When upgrading from the 'skilion' client to this client, it's recommended to stop any service or OneDrive process that may be running. Once all OneDrive services are stopped, make sure to re...
This article describes how you use the du command in Linux to find out how much space is being consumed by a particular file.
Thedu, or disk usage command, estimates file space usage in Linux. It provides detailed information about the disk space used by files and directories. The basic syntax of theducommand is: du [OPTIONS] [FILE/DIR] Here are some useful options you can apply: ...