Tag: version

  • Ubuntu: How to check the samba version

    Ubuntu: How to check the samba version

      To check the version of Samba that you are running, use the smbstatus command. The first line is the version, which should look something like:   Samba version 3.6.3   If you want to see just the version without the rest of the smbstatus information, you can run:   smbstatus –version   Much less…

  • How to find which version of ESXi you’re running from the command line?

      If you’re remotely logging in to a server to apply the latest patch but can’t remember whether you’re running 4, 4.1, 5.0 or 5.1 – and it can certainly happen when you’re managing quite a few of them remotely – there is a handy command to see which version and build number you’re actually…

  • How do you tell which zpool version you are running?

    How do you tell which zpool version you are running?

    This is a question that crops up fairly regularly, as different operating systems support different zpool versions. Fortunately, it’s quite easy to find out which versions you are running – simply run:   # zpool upgrade   If you want a more detailed readout, including the features of the pool version you have, try:  …