Learning bash-commands- tutorial-2

An easy way to learn linux commands-tutorial-2 1. pwd command : To see the current working directory use pwd command. SYNTAX : pwd rk10@rk-desktop:~$ pwd /home/rk10 rk10@rk-desktop:~$ #For more information on cd command just type help cd ,in your bash shell. 2. cp command : It is used for copying the files from one directory …