I would like to create a PHP application that allows users to log in to a Linux box using their system username and password. After the user is logged in, the application needs to be able to read/write/execute files according to that user's file permissions.
Any suggestions?