![]() |
How do I determine the Linux Server Version using a console (puTTY)?
Hi Guys,
First of all I'm new to Linux. Our server uses a linux server which im not sure of if it is RedHat, Ubuntu.... etc. Question is.... what unix command should I use to find out the version. Thanks in advanced. Alexis |
uname -a ?
|
Hi.
I suggest trying some of the files in /etc. For example: Code:
$ cat /etc/issue |
On most distros you can do
Code:
cat /etc/*-releaseCode:
cat /etc/lsb-release |
| All times are GMT -5. The time now is 04:42 PM. |