cd : linux command

cd command

cd : Change Directory The cd command, which stands for “change directory”, changes the shell’s current working directory. It is a builtin command, which means that it is executed directly by your shell, instead of launching an external program. cd is a command-line OS shell commandused to change the current working directory in operating systems such as … Read more

PWD : Linux Command

pwd

pwd prints the full pathname of the current working directory. In Unix based system like linux and some other operating systems, the pwd command writes the full pathname of the current working directory to the standard output. pwd = print working directory.