Advertisement
Guest User

Untitled

a guest
Oct 31st, 2015
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $ ssh mail cat /etc/os-release
  2. PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
  3. NAME="Debian GNU/Linux"
  4. VERSION_ID="8"
  5. VERSION="8 (jessie)"
  6. ID=debian
  7. HOME_URL="http://www.debian.org/"
  8. SUPPORT_URL="http://www.debian.org/support/"
  9. BUG_REPORT_URL="https://bugs.debian.org/"
  10.  
  11. ~ $ ssh lab cat /etc/os-release
  12. NAME="Ubuntu"
  13. VERSION="14.04.3 LTS, Trusty Tahr"
  14. ID=ubuntu
  15. ID_LIKE=debian
  16. PRETTY_NAME="Ubuntu 14.04.3 LTS"
  17. VERSION_ID="14.04"
  18. HOME_URL="http://www.ubuntu.com/"
  19. SUPPORT_URL="http://help.ubuntu.com/"
  20. BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement