- Family of standards specified by IEEE for compatibility across Unix-like systems
- Defines APIs, [[Shell]] behavior, and utilities to ensure interoperability
- Provides a baseline for portable [[Shell]] scripting (`/bin/sh`)
- Implemented by shells like Dash, Bash (in POSIX mode), and ksh
- Critical for writing scripts that run consistently across platforms