GNU- Uname

This is a simple command. It give us the system information. It has a few options, as:

uname -a -> shows all info

uname - v -> shows kernel version

uname - o -> shows operating system version

There are many options, so as always, check the man pages for more info.

You may also enjoy…