NOTE:
The scripts and programs in this directory may have had a ".txt" suffix
added, to make sure that they are treated as text when your browser
downloads them. You may need to remove the ".txt" suffix to compile
or run them on your own computer.
Jan 4 13:22 2005README.txtREADME - Index to this NET2003 directory Dec 27 02:12 2005arguments_and_options.txtOptions and Arguments on Unix Command Lines Jan 26 04:27 2006caddy.txtDrive caddy jumper issues - /dev/hda /dev/hdb and GRUB/boot issues Feb 14 10:26 2006character_sets.txtCollate Order and Character Set - GLOB patterns and accents Feb 14 10:30 2006chkconfig.txtThe chkconfig command and SysV start-up scripts Feb 14 10:43 2006command_substitution.txtCommand Substitution - $(unix command) Jan 19 12:29 2006course_linux_server.txtThe Course Linux Server Feb 14 10:29 2006data_mining.txtUsing commands and pipes to "mine" and extract data from the system Feb 14 10:35 2006exit_status.txtReturn Code, Exit Status, test, if, and while Feb 16 00:48 2006expansion_order.txtOrder of Shell Command Line processing Jan 12 05:25 2006file_transfer.txtFile transfer between machines Jan 22 21:03 2006finding_files.txtSearching for and finding files by name Jan 24 08:24 2006glob_patterns.txtGLOB patterns (wildcard pathname matching) Dec 27 02:12 2005home_and_HOME.txtDirectories: current, HOME, and /home Feb 2 03:40 2006http_session.txtsample HTTP session using the "nc" command Jan 4 16:06 2005internet_basics.htmlInternet Basics Feb 14 10:34 2006job_control.txtShell background/foreground job control Jan 16 03:07 2006knoppix_booting.txtUsing the Knoppix Linux CDROM Dec 27 02:12 2005man_page_RTFM.txtSearching for items in the Unix manual pages (RTFM) Jan 26 13:48 2006mandriva_config.txtMandrivalinux Configuration - making the server useful using urpmi Jan 27 13:28 2006mandriva_install.txtMandrivalinux Install - fdisk partitioning, booting GRUB, etc. Jan 17 11:49 2006miscellaneous.txtMiscellaneous Unix Facts Jan 16 03:39 2006netsubmit.txtUsing the datsubmit and netsubmit commands Feb 2 03:39 2006nntp_session.txtsample NNTP session using the "nc" command Sep 27 05:47 2011pathnames.txtUnix/Linux Pathnames Jan 10 10:54 2006permissions.txtUnix Permissions Jan 23 03:20 2006quotes.txtUnix/Linux Shell Command Line Quoting Feb 5 16:54 2011redirection.txtUnix Shell I/O Redirection (including Pipes) Jan 16 02:50 2006shell_basics.txtThe Unix/Linux Shell Jan 2 04:26 2006shell_prompt.txtSetting the BASH shell prompt Jan 22 20:46 2006shell_variables.txtShell Variables you should know (including $* and $@) Feb 2 03:28 2006smtp_session.txtsample SMTP session using the "nc" command Dec 27 02:12 2005startup_files.txtSetting up Startup Files: .bash_profile and .bashrc Sep 8 12:57 2005terminal.txtUsing telnet/ssh Terminal emulators Oct 6 12:30 2005umask.txtUmask and Permissions Feb 9 05:38 2006unix_command_list.txtBasic Unix/Linux Command List Jan 22 17:58 2006vi_basics.txtThe VI (VIM) Editor - Basics
Projects/Labs/Assignments/Exercises (for hand-in)
Jan 16 03:41 2006exercise01.txtExercise #01 for NET2003 due January 5, 2006 Jan 16 03:42 2006exercise02.txtExercise #02 for NET2003 due January 12, 2006 Jan 19 12:32 2006exercise03.txtExercise #03 for NET2003 due January 20, 2006 Jan 31 06:24 2006exercise03answers.txtExercise #3 answers Feb 2 05:44 2006exercise04.txtExercise #04 for NET2003 due February 7, 2006 Feb 13 16:41 2006exercise04answers.txtExercise #4 answers Feb 16 01:01 2006exercise05.txtExercise #05 for CST8129 due February 14, 2006 Mar 6 17:31 2006exercise05answers.txtExercise #5 answers Feb 16 11:34 2006exercise06.txtExercise #06 for NET2003 due February 28, 2006 Mar 6 17:47 2006exercise06answers.txtExercise #6 answers Mar 3 12:23 2006exercise07.txtExercise #07 for NET2003 due March 7, 2006 Apr 19 11:47 2006exercise07answers.txtExercise #7 answers
Shell Scripts
Feb 13 04:34 2012argv.sh.txtDisplay on standard error the individual arguments on the command line.
Program Source
Jan 19 08:02 2006argv.c++.txtThe output appears on "standard error", not "standard output". Jan 19 08:01 2006argv.c.txtThe output appears on "standard error", not "standard output". Feb 14 10:27 2006stdxxx.c++.txtProduces output on stdout and stderr, prompts and reads from stdin.