OS Lab Assignment Final
OS Lab Assignment Final
Often times you are put up to the task to compile the kernel and there can be a bunch of
reasons as to why you can compile the kernel and some of them are:
https://www.kernel.org/
Click on the yellow button that says Latest Stable Kernel shown in the above screenshot.
You can also download via command line by executing the below command in your terminal
by replacing version 5.14.3 with your latest version.
Stay where you are & list the contents of /etc : ls /etc
Stay where you are & list the contents of /bin & /sbin: ls /bin /sbin
Stay where you are & list the contents of ~ : (your home directory): ls ~
List all the files (including hidden files) in your home directory : ls –a ~
List the files in /boot in a human readable format: ls –lh /boot
cd mydir3