Command substitution allows the output of a command to replace the command name. There are two forms:
$(command)
or
`command`
Bash performs the expansion by executing command and replacing the command substitution with the standard output of the command
Я хотел сказать, что на современном этапе без mmu защищенную систему не построить
Другой вопрос, что ядро может защищать через mmu неаллокированные участки памяти, при этом этом трансляцию можно и не делать