How to find your linux version in Devuan Linux? [with screenshots]

Written by Administrator on Wednesday April 22, 2020

Trident linux is based on Void linux, let's check, how system identifies itself by running different commands (lsb_release, uname etc):

$ uname -a
Linux computer 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64 GNU/Linux

$ cat /etc/*-release
PRETTY_NAME="Devuan GNU/Linux ascii"
NAME="Devuan GNU/Linux"
ID=devuan
ID_LIKE=debian
HOME_URL="https://www.devuan.org/"
SUPPORT_URL="https://devuan.org/os/community"
BUG_REPORT_URL="https://bugs.devuan.org/"

$ cat /proc/version
Linux version 4.9.0-11-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11)

Terminal screenshot:

devuan version linux