UNIX is a long-established multi-user and multi-tasking operating system written in C, with its core known as the kernel that manages system resources and provides services to applications. Originally developed in the 1960s, UNIX evolved significantly, giving rise to many UNIX-like systems, such as Linux, with a file system encapsulating everything as a file, including users and devices. The architecture is characterized by the division between the kernel, which interacts with hardware, and the shell, which provides a user interface for command execution.