Operating Systems 2019F Lecture 2: Difference between revisions
Created page with "==Video== For the livestream, see [https://www.twitch.tv/anilsoma Twitch]. After the lecture the recording will be posted here. Please use the lecture chat module in cuLear..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Video== | ==Video== | ||
Video from the lecture given on September 6, 2019 [https://homeostasis.scs.carleton.ca/~soma/os-2019f/lectures/comp3000-2019f-lec02-20190906.m4v is now available]. Note the main content of the lecture starts around 11 minutes in. | |||
==Notes== | ==Notes== | ||
Key topics: | Key topics (to be updated after lecture): | ||
* UNIX shell | * UNIX shell | ||
* I/O redirection & pipes | * I/O redirection & pipes |
Latest revision as of 20:23, 7 September 2019
Video
Video from the lecture given on September 6, 2019 is now available. Note the main content of the lecture starts around 11 minutes in.
Notes
Key topics (to be updated after lecture):
- UNIX shell
- I/O redirection & pipes
- executables
- processes
- PATH
- standard commands: echo, ls, cat, more/less, ps, top
- job control: foreground and background processes