-2

I've tried multiple commands of linux but it doesn't work. And also I've tried some more windows command still it doesn't work . If some one can help me in this

Duke
  • 3,226
  • 1
  • 18
  • 23
  • 2
    `cat /etc/os-release` or `lsb_release -a` – Nikos C. Feb 29 '20 at 09:47
  • 5
    Does this answer your question? [Best way to find os name and version in Unix/Linux platform](https://stackoverflow.com/questions/26988262/best-way-to-find-os-name-and-version-in-unix-linux-platform) – Philip Feb 29 '20 at 12:44

1 Answers1

0

Try hostnamectl or uname -r
You can see 'Kernel' field with the linux version.