Introduction to Unix - Fall 2011
CIS 2101 - Introduction to Unix course material and class schedule
Lecture #1 - Introduction to UNIX and the shell tool
man pages(-k option, apropos, whatis)Lecture #2 - Unix identification commands and more on the shell
whoami command who am i commandhostname command uname command users command who commandw commandfinger commanddate commandLecture #3 - The UNIX hierarchial file system and moving around on the system
pwd commandcd command ls command (-a,l,F,t,r options)Lecture #4 - More on the Unix file system
du commanddf commandmount and umount commandsLecture #5 - File ownership and permissions
ls commandchmodchgrp and chowngroups commandumask commandtouch commandLecture #6 - Creating, moving, renaming, and deleting files and directories.
mkdir commandcp commandmv commandrm command
rmdir commandLecture #7 - Looking into files. More creating, moving, renaming and deleting files.
file commandwhich commandhead commandtail commandcat commandmore and less commandsLecture #8 - filters, piping, and redirections.
sort commandgrep commandLecture #9 - Remote Connections.
rlogin (insecure)telnet (insecure)ssh (recommended)Lecture #10 - File transfers.
sftpscpwgetLecture #11 - Using the vi editor.
Lecture #12 - Getting the most out of your bash shell
Lecture #13 - Job control.
ps commandtop commandkill commandLecture #14 Basic shell scripting/programming.
echo commandlast updated: 16 Aug 2012 13:00