The Information Of The Kernel From The Terminal On Linux
Asked By
0 points
N/A
Posted on - 07/07/2019

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.