pavement

Cd

From FreeBSDwiki
Revision as of 09:36, 6 September 2004 by 168.210.90.181 (Talk)
Jump to: navigation, search

Under FreeBSD and other unixlike OSes, cd means just what it does under Windows - "change directory."

The notable differences being that under unixlike OSes a space is required between cd and the name of the directory to change to and a forward slash / is used instead of a backward slash \

eg.

cd\stuff (windows) cd /stuff (unixlike)

cd.. (windows) cd .. (unixlike)

Personal tools