Difference between revisions of "Operating Systems 2019F Lecture 2"

From Soma-notes
Jump to navigation Jump to search
(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...")
 
Line 5: Line 5:
==Notes==
==Notes==


Key topics:
Key topics (to be updated after lecture):
* UNIX shell
* UNIX shell
* I/O redirection & pipes
* I/O redirection & pipes

Revision as of 12:02, 6 September 2019

Video

For the livestream, see Twitch. After the lecture the recording will be posted here. Please use the lecture chat module in cuLearn to ask questions during lecture if you are not in the hall.

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