DISQUS

Tech-Recipes: Determine Linux version | Linux | Tech-Recipes

  • Lexa Puzikoff · 6 months ago
    cat /proc/version
    cat /etc/issue
  • jringoot · 1 month ago
    I like this output a lot better than "uname -a"output.
    Ideal for reports/inventory/presentations.

    Thanks a lot!
  • Miladinoski · 10 months ago
    Thanks for the second part of the info :)
  • reader · 8 months ago
    exactly what I was looking for. It's useful to be able to determine this kind of information for automated scripts that connect to and perform tasks on multiple machines of various flavors, versions and distros.
  • uellue · 6 months ago
    Thx, short and useful info. :-)