First page Back Continue Last page Overview Graphics
Eaxmple 1-1
Make a list of files ls
Once you have copied bash_scripting directory into your home directory, use cd (stands for change directory) command to go to the directory and then use the command ls to see its contents.
You can return to your home directory either by executing command cd .. or cd ~ or cd $HOME.
Please notice that all Linux commands are case sensitive so ls is not equivalent with Ls or LS !