Getting information of your Linux

if we want to get information about our Linux  version, kernel version, runlevel, there are a few command to get this information: uname -a This command will give us all the information regard the Linux kernel . lsb_release -a This command will give us information about the Linux distribution and version of the  distribution. This is useful … Continue reading Getting information of your Linux