Hi, I have a diskstation and would like to know what linux flavour it is: I ran the following command and got this:
But it still doesn't really get me further. Thanks asked 28 Nov '12, 14:43 houmie |
use #uname -o or #uname --version it gives os details answered 14 Aug '14, 03:27 kalalharshal |
Beside the excellent link that KJ4TIP posted, on modern systems with an up to date udev or systemd, you might also find /etc/os-release file with the basic distribution info. That might not be true on an embedded system, though. Some distros also include lsb_release utility. answered 02 Dec '12, 02:42 bocke |
See this list of distro release version files. If one of the files on that list exists, that should tell you what distro it is, and the contents of the file should tell you what version of that distro you're running. answered 29 Nov '12, 20:23 KJ4TIP |