You are on page 1of 2

WRONG - See Section 1.

12
To replace the currently running shell, you can use:

 ✗ bash

CORRECT - See Section 1.14


To display your current location within the filesystem, you can type:

 ✔ pwd

CORRECT - See Section 1.13


The _____ command displays information about the Linux kernel:

 ✔ uname

CORRECT - See Section 1.5


The core software component that tells the hardware what actions to take is called the
________.

 ✔ kernel

WRONG - See Section 1.10


You can pass arguments to long options by using which of the following techniques:
(choose two)

 ✔ --option argument
 ✗ --option{argument}

CORRECT - See Section 1.3


The location of users' default shells is stored in the ______ file.

 ✔ /etc/passwd
CORRECT - See Section 1.10
Long command options are preceded by which two characters?

 ✔ --

CORRECT - See Section 1.10


Which two characters do you use to tell the command that you are finished providing
options and that the remaining data on the command line is arguments?

 ✔ --

CORRECT - See Section 1.13


The _____ option to the uname command will display the kernel name.

 ✔ -s

CORRECT - See Section 1.14


The ______ command will display your current working directory.

 ✔ pwd

You might also like