Linux Basics | cd command | Change Directory path using cd command | FOTV

Опубликовано: 11 Октябрь 2024
на канале: Dilkush
938
8

Change the current directory to dir. The variable HOME is the default dir. The variable CDPATH defines the search path for the directory containing dir. Alternative directory names in CDPATH are separated by a colon (:). A null directory name in CDPATH is the same as the current directory, i.e., ``.''. If dir begins with a slash (/), then CDPATH is not used. The -P option says to use the physical directory structure instead of following symbolic links.