The Information Of The Kernel From The Terminal On Linux

Asked By 0 points N/A Posted on -
qa-featured

How can I know about the information of the Kernel from the terminal on Linux Operating Systems?

SHARE
Answered By 0 points N/A #319882

The Information Of The Kernel From The Terminal On Linux

qa-featured

You can get information about the Kernel by using the ‘uname’ command.
Open the root terminal. Type the command ‘uname’.

The above command shows simply that it is ‘Linux Kernel’. To get more detailed information do the following:

In the root terminal type ‘uname –help’ and you will get the required flags to pass to the command.

Now type ‘uname -arv’ in the root terminal and hit Enter.


Type ‘uname –help’ to get a detailed list of flags.

Related Questions