I have a server, and it has linux installed on it but i have no idea which version... how do i find out ...
Thanx
I have a server, and it has linux installed on it but i have no idea which version... how do i find out ...
Thanx
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:
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.