When cd is executed without arguments, it changes the current directory to the user's home directory. This is defined by the HOME environment variable and defaults to /home/username. It's a standard Unix shell behavior across all shells (bash, zsh, sh).