/ Published in: Bash
(EDITED: Originally I had this snip using 'cat /proc/version'. But have since replaced it with a more reliable -- and specific -- method)
If you need still more info (or are on a BSD), see 'uname', 'dpkg-architecture'
If you need still more info (or are on a BSD), see 'uname', 'dpkg-architecture'
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# version lsb-release -v # distro lsb-release -i # nick lsb-release -c # those and more lsb-release -a
URL: http://man-wiki.net/index.php/1:lsb_release