First page Back Continue Last page Overview Graphics
Building World
- The entire operating system, including all libraries and utilities can be built with a single command : “make world”
- The source code for the system is placed in /usr/src during installation.
- Much easier to secure a system if a bug is found in a key library like OpenSSL.
- More information in build(7) and Handbook.
Notes: