cd is internal command to the bash shell, your environment. sudo is for executing binaries and scripts.
Personally, I switch to root via su, but that is up to you.
You could use sudo to change permissions so you could cd into it. Then change them back when you are done.