In this lab we learn the functions of various commands using a linux terminal. The commands are listed below with a description and screenshot of its behaviour.
Command df: Shows the disk filesystem and the used/free space.
Command cal: Shows the current months calender and highlights the day.
Command free: Shows the available ram in the computer.
Command cd: allows “travel” through the file directories.
Command pwd: shows your current location with the full file path in the system
Command ls: shows a list of files/directories in your current location.
Command file: shows the type of file.
Command less: opens up a file to be viewed. less is better than more.