_______ __
/ ____(_)___ ____ ____ / / _________ ____ ___
/ /_ / / __ \/ __ `/ _ \/ / / ___/ __ \/ __ `__ \
/ __/ / / / / / /_/ / __/ /_/ /__/ /_/ / / / / / /
/_/ /_/_/ /_/\__, /\___/_/(_)___/\____/_/ /_/ /_/
/____/
For those unfamiliar with the Unix command line, there is nearly an infinate amount of resources available online to help you. Although I will go through some of the basics here, this is in no way even close to complete and more research will be needed in order to understand and use the Unix command line.
Here are some good links for learning the command line:
The basic commands:
pwd Prints the current working directory.
mkdir Stands for Make Directory. Those are the basic commands for navigating and manipulating files on your shell. Next, we will learn about some usefull programs to use while logged in. |