Question

Launch a new terminal. a) Using SUDO edit the /etc/default/grub file b) Modify the value GRUB_TIMEOUT...

Launch a new terminal.
a) Using SUDO edit the /etc/default/grub file
b) Modify the value GRUB_TIMEOUT to 30 and save the configuration.
c) Use # to comment out the Hidden display entry.
d) Type grub2-mkconfig –o /boot/grub2/grub.cfg and hit enter
e) Reboot the system. How long did you have to wait?
f) Press c to enter a command prompt.
g) At the grub> prompt type help and hit enter.
h) Type the command lspci and hit enter. What is being displayed?
i) Use a different command of your choosing. What was the command and what did it display?
j) Type reboot and enter to restart the system.
k) In what scenario would an organization want to modify the GRUB ?

We just need to answer the ones with the question marks after we have performed the operation..Sounds clear?

Homework Answers

Answer #1

e) 30s, because you have set the time out value to be 30.

h) lspci can be thought of having two components ls & pci. ls = list, pci = all pci ports and devices.
    this means, lspci lists detailed information about all PCI buses and devices in the system

i) cat: Show the contents of a file or may be use, boot, to startup the system

k) GRUB is usually modified to speed up the boot process by removing logo at startup (by using quite/splash mode or maybe be changing the timeout.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Open a new terminal window a) At the command prompt type the “top “command b) Screenshot...
Open a new terminal window a) At the command prompt type the “top “command b) Screenshot and post the number of running processes. c) How many sleeping processes do you have? d) How much total memory is shown? e) How much swap memory is shown? f) Describe what swap memory is and why it is important. g) While using the top command, Press the “h” key. What happens? Press “h” again to return. h) What is the PID of the...
Project 10-3 In this hands-on project, you view the configuration of the System Log Daemon and...
Project 10-3 In this hands-on project, you view the configuration of the System Log Daemon and the logrotate utility on Ubuntu Server Linux. 1. Boot your Ubuntu Server Linux virtual machine. After your Linux system has been loaded, log into tty1 using the user name of root and the password of LNXrocks!. 2. At the command prompt, type ls –l /dev/log and press Enter. What is the file type? Which daemon on Ubuntu Server Linux uses this file and what...
Linux commands in terminal What processes are running? In the previous task ("Command Based") you were...
Linux commands in terminal What processes are running? In the previous task ("Command Based") you were already familiar with the command "ps" which shows some or all of the processes that are running. When you run "ps", you start a new process and you can see the actual process in the output. Later in this task you will use "ps" more. The "top" command also shows an overview of the processes that exist on the system but it the overview...
Chapter 8: Searching, Extracting, and Archiving Data Exercise 8.a: Using grep, find, and regular expressions (Objective...
Chapter 8: Searching, Extracting, and Archiving Data Exercise 8.a: Using grep, find, and regular expressions (Objective 3.2) Linux Distribution: Fedora (non-root user & password needed) Desktop Environment: GNOME 3 1.   If you have not already done so, boot up your computer (or virtual machine) to start the Fedora Linux distribution. 2.   When the machine has booted up, access the tty2 virtual terminal by pressing Ctrl+Alt+F2. 3.   Log on to a regular user’s account by typing in the username at the...