TulipTools Internet Business Owners and Online Sellers Community

Full Version: Learn Unix in 10 Minutes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Very good tutorial on the basic UNIX commands

http://freeengineer.org/learnUNIXin10minutes.html

Tutorial covers:
Directories:
Moving around the file system:
Listing directory contents:
Changing file permissions and attributes
Moving, renaming, and copying files:
Viewing and editing files:
Shells
Environment variables
Interactive History
Filename Completion
Bash is the way cool shell.
Redirection:
Pipes:
Command Substitution
Searching for strings in files: The grep command
Searching for files :  The find command
Reading and writing tapes, backups, and archives: The tar command
File compression: compress, gzip, and bzip2
Looking for help: The man command
Basics of the vi editor
FAQs