EN
Linux - check distribution version (distro)
8 points
Quick solution:
1. Show detailed info about linux OS
xxxxxxxxxx
1
cat /etc/*-release
2. Show linux version, installation time:
xxxxxxxxxx
1
uname -a
3. Show linux version, build time, gcc version, etc:
xxxxxxxxxx
1
cat /proc/version
TODO:
- add better description
- add console output