root commands and clients 2025-04-11 How can i prevent clients on my server (using php) from running unix commands (like top, mkdir, etc.)? I know I can use php in safe mode but is there any way else? Thanks.