Ever wonder what Linux version is running on your machine? I commonly connect to friend's machines, or to one of my servers and I have no clue. This can make a huge difference, as some distributions use apt
, and some use yum
. There are two super helpful commands to accomplish figuring this out.
In this article, we're going to cover uname
, and lsb_release
.