Do I need to use both chown nobody:users and chmod 755
Solution 1:
From whatever little understanding I have, chmod 755
means owner will have read, write and execute permission while those part of the same group and other users will have read and execute permission. if this serves your purpose then chmod 755 file
is enough.