nerdexam
GIAC

GSNA · Question #21

You work as a Java Programmer for JavaSkills Inc. You are working with the Linux operating system. Nowadays, when you start your computer, you notice that your OS is taking more time to boot than…

The correct answer is B. dmesg > bootup_report.txt. According to the scenario, you can use dmesg > bootup_report.txt to create the bootup file. With this command, the bootup messages will be displayed and will be redirected towards bootup_report.txt using the > command.

Linux/Unix System Auditing

Question

You work as a Java Programmer for JavaSkills Inc. You are working with the Linux operating system. Nowadays, when you start your computer, you notice that your OS is taking more time to boot than usual. You discuss this with your Network Administrator. He suggests that you mail him your Linux bootup report. Which of the following commands will you use to create the Linux bootup report?

Options

  • Atouch bootup_report.txt
  • Bdmesg > bootup_report.txt
  • Cdmesg | wc
  • Dman touch

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    78% (25)
  • C
    6% (2)
  • D
    13% (4)

Explanation

According to the scenario, you can use dmesg > bootup_report.txt to create the bootup file. With this command, the bootup messages will be displayed and will be redirected towards bootup_report.txt using the > command.

Topics

#dmesg#boot log#Linux diagnostics#system startup reporting

Community Discussion

No community discussion yet for this question.

Full GSNA Practice