Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.55 KB

lesson1.md

File metadata and controls

29 lines (18 loc) · 1.55 KB

Week 3 Lesson 1

Unix File System & Processes

In this lesson, you will learn more details about how Unix-like systems deal with user permissions and how to diagnose, control, and possibly terminate unresponsive programs.

Objectives###

By the end of this lesson, you will:

  • Understand how the permissions system imparts system security.
  • Know how to utilize various permissions-based commands, such as id, umask, sudo, etc.
  • Understand how to use various process-based commands, such as ps, top, bg, kill, etc.

Time Estimate

Approximately 2 hours.

Readings

  • Read chapters 9-10 from the free book The Linux Command Line (PDF) and follow along by entering the commands as directed into a terminal window within your virtual machine.

Optional Additional Readings

Assessment

When you have completed and worked through the above readings, please take the Week 3 Lesson 1 Assessment.