LAB - I: Exploring Processes in Linux
- Open a terminal on your system. If you do not know how to open one, press
<CTRL><ALT>t anywhere on the screen. - Change to
Desktop directory by typingcd Desktop in the terminal. - Create a directory named
AOS2026 in the Desktop by typingmkdir AOS2026 in the terminal. - Change into the
AOS2026 directory using thecd command. - 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. - Do the same as in the first step and open a
second terminal. - Start the notebook by typing
jupyter notebook in your first terminal.