# File lib/fssm/support.rb, line 42
    def linux?
      RbConfig::CONFIG['target_os'] =~ /linux/i
    end