nerdexam
GIAC

GSEC · Question #31

If Linux server software is a requirement in your production environment which of the following should you NOT utilize?

The correct answer is C. Cygwin. Cygwin is a POSIX compatibility layer that runs on Windows, not a Linux distribution, making it unsuitable as production Linux server software.

Operating System Security

Question

If Linux server software is a requirement in your production environment which of the following should you NOT utilize?

Options

  • ADebian
  • BMandrake
  • CCygwin
  • DRed Hat

How the community answered

(57 responses)
  • A
    4% (2)
  • B
    9% (5)
  • C
    74% (42)
  • D
    14% (8)

Why each option

Cygwin is a POSIX compatibility layer that runs on Windows, not a Linux distribution, making it unsuitable as production Linux server software.

ADebian

Debian is a full Linux distribution with a long history of production server use and is a valid choice.

BMandrake

Mandrake (later Mandriva) is a legitimate Linux distribution built on the Linux kernel and suitable for server environments.

CCygwinCorrect

Cygwin provides a Linux-like command-line environment by emulating POSIX APIs on top of the Windows kernel; it is not a Linux operating system and lacks true Linux kernel features, native package management, and the production stability guarantees required for server workloads - it cannot substitute for a real Linux distribution.

DRed Hat

Red Hat Enterprise Linux is one of the most widely deployed and commercially supported Linux server platforms available.

Concept tested: Distinguishing Linux distributions from POSIX emulation layers

Source: https://cygwin.com/faq.html

Topics

#Linux distributions#Cygwin#server OS selection#production environment

Community Discussion

No community discussion yet for this question.

Full GSEC Practice