Learn Linux Quickly
上QQ阅读APP看书,第一时间看更新

Knowledge check

For the following exercises, open up your Terminal and try to solve the following tasks:

  1. Display the whole calendar for the year 2023.
  2. Display the memory information of your system in a human-readable format.
  3. Display the contents of your home directory.
  4. Change your current user password.
  5. Print the line "Mr. Robot is an awesome TV show!" on your Terminal.

True or false

  1. The command DATE displays the current date and time.
  2. To restart your Linux system, you simply run the restart command.
  3. There is no difference between running the free -h and free --human commands.
  4. The system load is increasing over time if your load averages values are:
load average: 2.12, 3.09, 4.03
  1. The system load is decreasing over time if your load averages values are:
load average: 0.30, 1.09, 2.03