I have a server, and it has linux installed on it but i have no idea which version... how do i find out ...

Thanx

Recommended Answers

All 2 Replies

Use

uname -r

That will print the kernel version number.
To print the name of the distro running on your machine, use

cat /etc/release

or

cat /etc/issue

(that depends on the distribution)

Thank you... :cool:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.