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