nerdexam
Oracle

1Z0-100 · Question #97

Examine these statements and their output taken right after successful install of Oracle Linux: [root@FAROUT /] rpm q firstboot Firstboot -1.110.10-1.0.2.e16.x86_64 [root @FAROUT /] # chkconfig…

The correct answer is B. The system was installed with desktop graphical packages and rebooted and the firstboot utility. Firstboot is set to off for all levels. The rm command below remove or delate the firstboot file in order to make sure the firstboot program running when we restart or reboot the Fedora machine. [root@fedora ~]# rm /etc/sysconfig/firstboot rm: remove regular file…

Manage the Boot Process

Question

Examine these statements and their output taken right after successful install of Oracle Linux:

[root@FAROUT /] rpm q firstboot Firstboot -1.110.10-1.0.2.e16.x86_64 [root @FAROUT /] # chkconfig - - list firstboot Firstboot 0:off 2:off 3:off 4:off 5:off 6;off [root@FAROUT /] # /etc/sysconfig/firstboot RUN_FIRSTBOOT=NO What is the conclusion?

Options

  • AThe option to run firstboot was deselected during Oracle Linux installation.
  • BThe system was installed with desktop graphical packages and rebooted and the firstboot utility
  • CFirstboot never ran in any run level because the service is turned off for all run levels.
  • DThe system was installed without selecting desktop graphical packages, thereby disabling

How the community answered

(48 responses)
  • A
    13% (6)
  • B
    81% (39)
  • C
    4% (2)
  • D
    2% (1)

Explanation

Firstboot is set to off for all levels. The rm command below remove or delate the firstboot file in order to make sure the firstboot program running when we restart or reboot the Fedora machine. [root@fedora ~]# rm /etc/sysconfig/firstboot rm: remove regular file `/etc/sysconfig/firstboot'? y [root@fedora ~]# Then check and make sure that firstboot program or firstboot service is run when your Fedora startup/boot up. Check firstboot services [root@fedora ~]# chkconfig --list firstboot firstboot 0:off 1:off 2:off 3:off 4:off 5:off 6:off [root@fedora ~]#

Topics

#firstboot#chkconfig#runlevels#Oracle Linux installation

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice