Click here to return to the schedule
Part 1: Second Chance
We will continue to use the command line throughout the semester, so it's important that you are both familiar and comfortable with it. If you didn't complete the tutorial from two weeks ago, now is your chance to get caught up!
Don't forget:
-
The up/down arrows and the tab key are your best friends. Use them often!
-
Follow along on your own computer or using PuTTY. Don't just watch!
Part 2: List of Commands
Here are some of the commands that we have learned so far this semester.
If you need to review how to use any of these commands, please ask questions or
watch the videos above. You should also be familiar with the symbols
., .., ~, and &.
Directories lslist directory contents cdchange directory pwdprint working directory mkdirmake directories rmdirremove empty directories Files cpcopy files and directories mvmove (or rename) files rmremove files or directories lessview text file contents filedetermine file type Editors geditGNOME text editor nanoNano's ANOther editor
Processes fgrun in the foreground bgrun in the background jobslist background processes killterminate/signal a process topdisplay current processes Networking hostDNS lookup utility sshsecure shell client whoshow who is logged on exitlogout / quit the terminal Commands manshow reference manual historylist previous commands whichlocate a command
Please remember to use the tab key often to complete whatever command or filename you're typing. Tab-completion not only saves you time, it also helps you avoid mistakes (e.g., misspelling something). Remember that you can use the up and down arrows to repeat previous commands.
Ready for more?
Check out http://ss64.com/bash/ for a longer list of Unix commands.