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