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.
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)- A4% (2)
- B9% (5)
- C74% (42)
- D14% (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.
Debian is a full Linux distribution with a long history of production server use and is a valid choice.
Mandrake (later Mandriva) is a legitimate Linux distribution built on the Linux kernel and suitable for server environments.
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.
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
Community Discussion
No community discussion yet for this question.