How to change permissions in UNIX?

I want to change a file permission which just I can list , read, and write it. So, does anybody can tell me the command?

do a "man chmod" it will list a commands with derivitives for you to set a file permission.

To be specific. Sounds like you need to do

chmod 700 filename