CHMOD 400 Command Meaning

chmod 400 myfile - Gives the user read permission, and removes all other permission. 
These permissions are specified in octal, the first char is for the user, second for the group and the third is for other.
Lovely Llama