Class: EC2::Platform::Solaris::System

Inherits:
Base::System show all
Defined in:
lib/ec2/platform/solaris.rb

Constant Summary collapse

BUNDLING_ARCHITECTURE =
EC2::Platform::Solaris::Architecture.bundling

Constants inherited from Base::System

Base::System::MOUNT_POINT

Class Method Summary collapse

Methods inherited from Base::System

distribution, exec

Class Method Details

.superuser?Boolean

———————————————————————#

Returns:

  • (Boolean)


32
33
34
# File 'lib/ec2/platform/solaris.rb', line 32

def self.superuser?
  return `id -u`.strip == '0'
end