Basic Commands in Linux - To change the current directory

cd 

   cd is used to change the working directory.

cd // - this will take you to root directory

cd .. - this will take you to the parent directory

cd folder1 - this will take you folder1 directory

cd folder/folder2 - this will take you to the folder2 directory

Comments

Popular posts from this blog

Basic Commands in Linux - To display list of files and folders in a directory or folder

Basic Commands in Linux - To display Date And Time

Basic Commands in Linux - To create a file