uname – POFTUT

Linux Uname Command Tutorial With Examples To List Operating System, Kernel, Machine, Processor Architecture

uname  command is a simple tool that provides information about the kernel, machine, processor, and operating system. There are a lot of more complex and feature applications that can provide more information but the simplicity makes uname best choose. Syntax We will use the following syntax for uname command. uname [OPTION]… Help Brief help can … Read more

How To Check, Show and Print Linux Version with Commands?

How To Check, Show and Print Linux Version with Commands?

Linux is the kernel and there are a lot of distributions those use kernel. Distributions provide different experience and flavors to the users. Some times getting distribution and version information from a Linux box became very important. We will look at how to get Linux kernel and distribution from the Linux system. Kernel Information Kernel … Read more

How To Get Linux Kernel Version?

Linux kernel is the core of the Linux based operating systems we call them simply Linux. But sometimes they called Linux Distributions. Kernel initialize system with hardware. Manages hardware to provide services for upper layer operating system application. Kernel do memory management which means allot memory for applications or frees the memory. Manages processes by … Read more