|
PatchworkOS
f20e850
A non-POSIX operating system.
|
Init process. More...
Init process.
The init process is the first user-space program started by the kernel, due to this it can be thought of as the "root" of all processes in the system.
Included below is a table indicating the permissions or visibility of directories as setup by the init process.
| Directory | Description | Permissions/Visibility |
|---|---|---|
| /acpi | ACPI Information | Read-Only |
| /bin | System Binaries | Read and Execute |
| /cfg | System Configuration Files | Read-Only |
| /dev | Device Files | Read and Write |
| /efi | UEFI Bootloader Files | Hidden |
| /home | Available for any use | Exposed |
| /kernel | Kernel Binaries | Hidden |
| /lib | System Libraries | Read and Execute |
| /net | Network Filesystem | Exposed |
| /proc | Process Filesystem | Exposed |
| /sbin | Essential System Binaries | Read and Execute |
| /usr | User Binaries and Libraries | Read and Execute |
Modules | |
| Root Service | |
| Root Service. | |