Given a file called birthdays containing lines like:
YYYY-MM-DD Name 1983-06-02 Tim
1995-12-17 Sue
Which command would you use to output the lines belonging to all people listed whose birthday is in May or June?
Correct Answer:C
Which of the following commands is used to update the list of available packages when using dpkg based package management?
Correct Answer:A
What output will the following command produce? seq 1 5 20
Correct Answer:A
Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)
Correct Answer:AC
Which command chain will count the number of regular files with the name of foo.txt within
/home?
Correct Answer:B
Which command makes the shell variable named VARIABLE visible to subshells?
Correct Answer:B