Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Install XAMPP for easy, integrated development

Middleware stacks like this could revolutionize open-source, multi-tier software development

Return to article


Listing 2. Directory listing of /opt/lampp

drwx------   2 root   root  4096 Feb 11  2004 backup/           lampp backups (if any are made)
drwxr-xr-x   2 root   root  4096 Sep 15 12:16 bin/              lampp commands
drwxr-xr-x   2 root   root  4096 Jul 14 10:04 cgi-bin/          perl scripts directory
drwxr-xr-x   3 root   root  4096 May 30  2003 error/            lampp error scripts
drwxr-xr-x   6 root   root  4096 Sep 15 14:00 etc/              config files (PHP, MySQL, Apache...)
drwxr-xr-x   6 nobody root  4096 Sep 22 19:51 htdocs/           Apache Document Root Directory
drwxr-xr-x   3 root   root  4096 May 30  2003 icons/            lampp icons
-rwxr-xr-x   1 root   root 12528 Sep 16 11:00 lampp*            lampp executable
drwxr-xr-x   9 root   root  4096 Sep 20 02:31 lib/              package libraries
drwxr-xr-x  33 root   root  4096 Aug  5 13:13 licenses/         package licenses
drwxr-xr-x   2 root   root  4096 Sep 22 20:17 logs/             lampp logs
drwxr-xr-x   2 root   root  4096 Sep 15 12:16 modules/          apache modules
drwxr-xr-x   7 root   root  4096 Jul  5 12:21 phpmyadmin/       phpmyadmin configuration file and other files
drwxrwxrwx   2 root   root  4096 Aug  5 13:13 phpsqliteadmin/   phpsqliteadmin configuration file and other files
-rw-rw-r--   1 root   root 23249 Sep 15 12:07 RELEASENOTES      lampp release notes
drwxr-xr-x   2 root   root  4096 Sep 15 12:16 sbin/             mysql daemon, proftp daemon/tools
drwxr-xr-x  12 root   root  4096 Sep 15 12:15 share/            shared files
drwxr-xr-x   3 root   root  4096 Oct 26  2003 tmp/              temporary files
drwxr-xr-x   4 root   root  4096 Sep 22 20:17 var/              variable data files

Return to article