Penguin
Diff: UnixTutorials
EditPageHistoryDiffInfoLikePages

Differences between version 18 and revision by previous author of UnixTutorials.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 18 Last edited on Wednesday, March 17, 2004 3:34:42 pm by JohnMcPherson Revert
Older page: version 17 Last edited on Friday, March 12, 2004 10:40:08 am by DanielLawson Revert
@@ -2,27 +2,8 @@
  
 If you have questions or need more information about the UnixTutorials email [mailto:linuxtuts@wlug.org.nz]. Slides and demonstration material from each seminar will be available from this page after the seminar. (See the bottom of the page). 
  
 !!Next Seminar 
-  
-!!Seminar 4: (Tue 16th Mar) - Bash  
-!Presenter: PerryLorier  
-  
-* A general introduction to bash, what it is, how to use it and tips for performing common tasks.  
-  
-!!Seminar 5: (Wed 17th Mar) - Processes/Permissions  
-!Presenter: JohnMcPherson  
-  
-* An introduction to process control in unix systems. We will cover how to start, stop, suspend and kill processes.  
-** Brief introduction to signals  
-** foreground/background/__nohup__  
-** __ctrl-z vs ctrl-c__ / Sending signals via __kill__  
-** very brief discussion of threads vs processes (eg displayed in __top__)  
-** Looking at process usage - __top, ps, pstree, fuser__  
-* File/Process ownership/permissions  
-** overview  
-** groups - __newgrp__  
-** __chmod__  
  
 !!Seminar 6: (Thu 18th Mar) - Summary / Q&A 
 ! Presenter: JamieCurtis 
  
@@ -75,4 +56,26 @@
 ** Key Combos 
 ** Windows Compatibility Mode 
  
 * An Emacs reference card will be handed out with the cheat sheet on the last day of tutorials. It's a tri-fold, double sided reference sheet packed full of emacs goodness. 
+  
+  
+!!Seminar 4: (Tue 16th Mar) - Bash  
+!Presenter: PerryLorier  
+  
+* A general introduction to bash, what it is, how to use it and tips for performing common tasks.  
+  
+  
+!!Seminar 5: (Wed 17th Mar) - Processes/Permissions  
+!Presenter: JohnMcPherson  
+[Slides|http://www.wlug.org.nz/archive/unix-tuts/session5/index.html] [MagicPoint Source|http://www.wlug.org.nz/archive/unix-tuts/session5/processes.mgp]  
+  
+* An introduction to process control in unix systems. We will cover how to start, stop, suspend and kill processes.  
+** Brief introduction to signals  
+** foreground/background/__nohup__  
+** __ctrl-z vs ctrl-c__ / Sending signals via __kill__  
+** very brief discussion of threads vs processes (eg displayed in __top__)  
+** Looking at process usage - __top, ps, pstree, fuser__  
+* File/Process ownership/permissions  
+** overview  
+** groups - __newgrp__  
+** __chmod__