proc – 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 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