In this phase, the learner moves beyond merely finding files to controlling the system. Permissions are a cornerstone of Linux security, and they are often a stumbling block for those raised on Windows. Frahaan breaks down the cryptic -rwxr-xr-x notation into understandable concepts of Read, Write, and Execute permissions for Users, Groups, and Others. This is the moment the learner realizes that Linux is built on a philosophy of strict, logical control.

: Approximately 232 to 386 pages, depending on the edition.

Love it or hate it, systemd manages everything. To check if a web server is running: sudo systemctl status nginx To start it on boot: sudo systemctl enable nginx