find out what linux distribution and version is running


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # get sys infos
  2. uname -a
  3.  
  4. # look for some file with release
  5. find /etc -iname *release*
  6. # cat them to find more

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.