In general, how can you find what version of a distro you are using? Also which desktop?
Printable View
In general, how can you find what version of a distro you are using? Also which desktop?
To find out which distribution you are running useIf you want the version of the kernel runCode:cat /etc/*release*
If you want details of the kernel runCode:uname -r
To find out the desktop runCode:uname -a
Code:echo $DESKTOP_SESSION