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 '{}'
Modified on: Fri, Sep 5, 2014 at 9:21 PM
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 '{}'
Did you find it helpful? Yes No
Send feedback