- (Exam Topic 5)
Given a log file loga.log with timestamps of the format DD/MM/YYYY:hh:mm:ss, which command filters out all log entries in the time period between 8:00 am and 8:59 am?
Correct Answer:
E
- (Exam Topic 4)
Which type of filesystem is created by mkfs when it is executed with the block device name only and without any additional parameters?
Correct Answer:
A
- (Exam Topic 3)
When running the command
sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?
Correct Answer:
C
- (Exam Topic 2)
Which of the following commands can be used to perform a full text search on all available packages on a Debian system?
Correct Answer:
B
- (Exam Topic 1)
Which command will display messages from the kernel that were output during the normal boot sequence? dmesg, /bin/dmesg
Solution:
Does this meet the goal?
Correct Answer:
A