diff --git a/content/faq.en.md b/content/faq.en.md index 3265dff4bf7b2da48c19c2d6edcee07007218c27..1856ef99a8ab469129317cb57bf69d1f0a345469 100644 --- a/content/faq.en.md +++ b/content/faq.en.md @@ -42,13 +42,14 @@ Wherever possible, the system components will be written in Rust and run on user ## What is an Unix-like OS? -Any OS with [Unix] design aspects, such as shell, "everything is a file" concept, multitasking and multiuser. +Any OS with based on [Unix], [POSIX] and Single Unix Specification design, such as shell, "everything is a file" concept, multitasking and multiuser. It's important to remind that Unix was the first modern multitasking system of the world, then any system used its design choices in some way. - [Wikipedia article] [Unix]: https://en.wikipedia.org/wiki/Unix +[POSIX]: https://en.wikipedia.org/wiki/POSIX [Wikipedia article]: https://en.wikipedia.org/wiki/Unix-like ## How Redox is inspired by other systems?