We will start to look at basic features of the BASH shell. One of the most important topics that will help you in your Linux experience is man (the system's manual pager) and info pages. We will learn how to use and navigate these. We will also look at how to list the contents of a directory and look at file globbing. Once we become comfortable with those aspects we will start to learn how to move, copy and delete both files and directories. Finally, we will start to look at different variables that are part of the BASH shell.
Be able to issue simple commands on the CLI (commandline interface). You should also be able to use the history and be able to manipulate environment variables.
Practice these CLI (commandline interface) Commands:
Original webpage by Petersen Gross, modified by William Albritton.