Saturday, July 24, 2010

How do I find out what version of Linux I'm using?

lsb_release -d

Also...
uname -a
or...
cat /etc/issue
or...
cat /etc/*-release

No comments: