Description
POSIX system interfaces can be reached from Lua 5.1 code for files, processes, permissions, and Unix behavior.
This Git package is useful for developers writing Lua tools that need lower-level operating-system access. It is a system binding library, not a shell.
POSIX calls can change files, processes, permissions, and environment state. Validate inputs before using them with elevated privileges.