Tag Archives: Linux

How to determine if a server is running suPHP

If you have ever encountered problem on the permission when triggering web application from your website, chances are your webserver may not be running suPHP. What is suPHP? suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) read more »

The World of Command Line – Linux

THE FILE SYSTEM In Linux system, everything is a file. A picture, an MP3 song, a text file, is a file. What about directories? A folder would be more familiar name for directory. And guess what, a directories, sub directories and sub-sub directories and etc too are a type of file. It is just a read more »