Apple - Access applications and their folders from terminal
If the current directory is ~/
, cd Applications
goes to ~/Applications/
(which doesn't exist by default, but I guess you have an empty folder there). Try adding a slash to the start: cd /Applications/
.