Detecting Ubuntu Version
The command is:
lsb_release -a
In order for this to work, you may need to install following package:
sudo apt-get install lsb-core
For any generic unix system, following commands can be used for other information such as machine, hardware, architecture, OS.
cat /proc/cpuinfo
cat /proc/version
uname -a #uname –help for more options
Enjoy!
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





