Linux cd command

Linux cd command is mainly used to navigate in your Linux environment. In this article, we’ll show some basic usage of the Linux cd command and how to locate files in your Dedicated server or VPS.

Change directory

cd /path/to/directory

Up One Level on a terminal using cd

cd ../

Up Two Levels on a terminal

cd ../../

Change directory to Home Directory

cd

cd ~
  • 0 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

Linux tar Command

The Linux tar command is used to compress and extract files to and from an archive. In this...

Linux file command

The file command is used to check a file’s type and contents in Linux environment. It is most...

Linux export command

When you’re managing your shell’s variables and you wish to save them to your environment you can...

Linux su command

The su command is most commonly used to switch to another user. You will then be able to run...

Linux wc command

If you’re interested in finding the word count or lines of a file in your Linux environment you...

Powered by WHMCompleteSolution