Checking the operating system version of your Linux installation is useful when you want to see what distribution you are running, the version number, and the kernel version information. This will clue you into what exactly your system is running under the hood. Knowing what system you are work...
Once installed, run thelsb_releaseutility to print the standard Linux system information as shown. $ lsb_release -a Find Linux OS Information hostnamectl Command Thehostnamectl commandis a systemd utility that is used to get the Linux operating system information and also used to change or set...
The hostnamectl command is also a part of the systemd package. Generally, this command is used to check and configure the hostname. However, you can also use it to check the version of your Linux OS. Similar to the above command, you can also find this command in every latest Linux d...
As I mentioned in the previous section,lscpugathers the processor details from/proc/cpuinfofile. So, we can simply display the contents of this file usingcatcommand to check CPU details in Linux. $ cat /proc/cpuinfo Sample output: Check CPU information in Linux using cpuinfo file Unlike thels...
The OS(operating system) employs the file system which is known as the file system in a computer language that is commonly abbreviated to “fs”. The “fs” is a technique that regulates how well the piece of information is protected and accessed. Without a file system, the content of ...
To check whether the processor has hyper-threading, 2 different values have to be compared. First is the number of actual cores, and second is the number of logical processing units. If the number of cores is equal to the number of processing units as seen by the OS, then NO hyper thre...
-dis the option to display adescription of the Linux distribution The result will be similar to the one below: using lsb_release to find version information Thislsb_releasecommand can be used in other distributions as well. For example, you can run it on Debian tocheck the Debian version. ...
we will delve into the world of open ports in Linux, exploring what they are, why they matter, and how you can effectively check them.
How to Check Disk Space in Linux - Introduction Checking disk space in Linux is a crucial task for maintaining the health of your system. Disk space is limited, and running out of it can lead to system failure, data loss, and reduced performance. It is
How to check CPU and RAM usage using the System Monitor Some Linux distributions, like Ubuntu, come with a built-in graphical monitoring tool called the System Monitor, which is similar to the Task Manager you get on Windows. It's just a simple application that you can use to monitor task...