“userland exec” is a series of techniques on UNIX-like systems that implement exec*() functions in a way that does not rely on making the system calls traditionally used to execute a program.
This is useful from a malware and anti-analysis angle because it can be used to avoid malicious programs from being logged or scrutinized by security software.