
Learning Linux System Information Commands
Learning Linux distribution information
The lsb_release command is used to get information about the operating system on Linux. Using this command alone does not mean anything, for this, it is necessary to use the relevant parameters after the command.
lsb_release [parametre]
Let’s see the lsb_release --help the command to see the available parameters:
If we want to see all the information, the lsb_release -a the command is used for this.
Learning kernel knowledge on Linux
It is learned by using the uname (Unix Name) the command to learn kernel information.



