These summarize some main ideas found in the textbook. They provide a quick reference for commonly done operations.
SSH from a Mac The video SSH from a MAC will show you how.
Installing and Using fileZilla The video Using fileZilla will show you how.
UNIX File Management The document fileManagement.php contains the inside skinny on managing your files in UNIX. It will tell you how to navigate the file system, manage file permissions, and how to copy, move, delete and rename files.
UNIX Wildcards The document wildcards.php contains an explanation of using wildcards to specify collections of files.
UNIX File Streams The document unixFilters.php contains a fairly complete reference to file streams, redirection, and pipes.
UNIX Learning Resources
- Jesse Showalter's intro to the termimal is a great place to start. This'll get your feet wet and it's a good starting point for a new user.
- Joe Collins's dives deeper. He gets into file management and paths nicely. Note that if you are using our server, you don't have root (sudo) access. However, this knowledge is useful if you are runnig your own Linux box, or if you use a Mac.
- Joe Collins's video on the "top ten UNIX commands."
- unixRecut.pdf is my introduction to the UNIX terminal.