1. Go to the extension directory:

cd app/code/community/ 



2. Set the 755 permissions for all files and directories:

chmod -R 755 Simtech/


3. Apply the 644 permissions for the files:

find Simtech/ -type f -print0 | xargs -0 -I'{}' chmod 0644 '{}'