Posted: November 23rd, 2011, 8:00am MST
File Ownership and Permissions These days, security is paramount to any server installation, large or small. Most modern operating systems have embraced the concept of the separation of file rights via a user/group ownership paradigm, which, when properly configured, offers a wonderfully convenient and powerful means for securing data. In this section, you'll learn how to use PHP's built-in functionality to review and manage these permissions. Note that because PHP scripts typically execute under the guise of the server daemon process owner, some of these functions will fail unless highly in...