For the following exercises, open up your Terminal and try to solve the following tasks:
- Display the whole calendar for the year 2023.
- Display the memory information of your system in a human-readable format.
- Display the contents of your home directory.
- Change your current user password.
- Print the line "Mr. Robot is an awesome TV show!" on your Terminal.
True or false
- The command DATE displays the current date and time.
- To restart your Linux system, you simply run the restart command.
- There is no difference between running the free -h and free --human commands.
- The system load is increasing over time if your load averages values are:
load average: 2.12, 3.09, 4.03
- The system load is decreasing over time if your load averages values are:
load average: 0.30, 1.09, 2.03