# File src/ruby_supportlib/phusion_passenger/config/utils.rb, line 150
      def print_full_admin_command_permission_error
        PhusionPassenger.require_passenger_lib 'platform_info/ruby'
        STDERR.puts "*** ERROR: You are not authorized to perform this particular " +
          "administration command on this #{PROGRAM_NAME} instance. Please try again with " +
          "'#{PhusionPassenger::PlatformInfo.ruby_sudo_command}'."
      end