Generally speaking, a regular user only has read/write access to /tmp (for temporary files) and your home directory.
With that said, you need to use sudo to temporary execute a command with super-user (ROOT) authority. Simply, say "sudo mkdir /usr/local/bin" or whatever you want. You'll be asked for your password (the one to your regular user, not ROOT). That should do the trick.