H

Hope this the right place.

I'm trying Drupal6 on my Ubuntu 9.10 desktop machine. Install ok, but when I try to install modules or themes it come up with the below message when I go to admin/build/modules section

warning: file_get_contents(modules/facebook_status/facebook_status.info) [function.file-get-contents]: failed to open stream: Permission denied in /usr/share/drupal6/includes/common.inc on line 3558.

When I open usr/share/drupal6/includes/common.inc usng the sudo nano command and fnd line 3558 all on it is
$data = file_get_contents($filename);

Have I miss something or an I doing something wrong?????????

Thanks