LAB - I: Exploring Processes in Linux


INSTRUCTIONS
  1. Open a terminal on your system. If you do not know how to open one, press <CTRL><ALT>t anywhere on the screen.
  2. Change to Desktop directory by typing cd Desktop in the terminal.
  3. Create a directory named AOS2026 in the Desktop by typing mkdir AOS2026 in the terminal.
  4. Change into the AOS2026 directory using the cd command.
  5. Download Lab01 tasks as Jupyter Notebook given at this link.

    A Jupyter Notebook is an interactive environment to run your code and also document your work. Follow the instructions given for each task to do the exercises given in the notebook.

  6. Do the same as in the first step and open a second terminal.
  7. Start the notebook by typing jupyter notebook in your first terminal.