Looks like the tar.gz at https://network.acquia.com/downloads/drupal-commons was created on a mac so there is hundreds of ._ files throughout if you tar xzvf onto your Linux server.
Looks like the tar.gz at https://network.acquia.com/downloads/drupal-commons was created on a mac so there is hundreds of ._ files throughout if you tar xzvf onto your Linux server.
Comments
Comment #1
frifoles commentedThis issue still exists in the 2.3 release.
You can use the following Linux command while in the extracted directory to delete the ._ files:
rm -Rf `find . -name "._*"`Comment #2
lsolesen commentedComment #3
lsolesen commented