Common Permissions
chmod 755 fileOwner can read/write/execute; group & others can read/executechmod 644 fileOwner can read/write; group & others can only readchmod 777 fileEveryone has full access (use with caution)chmod 700 fileOnly owner can read/write/execute; no access for others