ZIG Linux Cookbook Overview Examples of zig code to demonstrate how to use typical linux system lib by zig namespace std.os.linux Examples File Related Call clock_gettime.zig clock_gettime dup2.zig dup2 execve.zig execve fork_waitpid.zig fork waitpid getcwd.zig getcwd chdir getdents64 getdents64 getgroups.zig getgroups getrandom.zig getrandom kill.zig kill lstat.zig lstat mmap.zig mmap munmap open_errno.zig open pipe.zig pipe read write ptrace.zig ptrace symlink.zig symlink readlink ushare.zig getuid unshare uname.zig uname Usage Install zig >= 0.13 Build Only. zig build You will have binaries in zig-out/bin. Build & Run all zig build run-all Other awesome zig learning materials zig-cookbook awesome-zig zig-learning zig-book