Last Updated on February 9, 2016 by Admin
Introduction to Linux I Chapter 1 Exam Answers
-
Question ID 366
Which command will send text to the terminal display:
- echo
- type
- show
-
Question ID 367
To replace the currently running shell, you can use:
- dash
- bash
- exec
- csh
-
Question ID 368
To display your current location within the filesystem, you can type:
- whereami
- cwd
- dir
- pwd
-
Question ID 369
The _____ command displays information about the Linux kernel:
- kern
- uname
- real
- linux
-
Question ID 371
The basic form of a command line is:
- command [options…] [arguments…]
- command [arguments…] options
- command arguments options
- command [options…] arguments…
-
Question ID 372
Bash is:
- a website
- a networking term
- a shell
- an operating system
-
Question ID 374
The two login types are:
- URI and CLU
- CLI and GUI
- URI and CLI
- GUX and CLI
-
Question ID 375
The core software component that tells the hardware what actions to take is called the ________.
- compiler
- kernel
- transmitter
-
Question ID 376
A command can be:
(choose three)
- An alias
- A block
- A configuration file
- A variable
- A function
- A program built-in to the shell
-
Question ID 377
Which of the following are valid command lines?
(choose two)
- ls /etc -l
- ls -l /etc
- ls -/etc
- -l ls /etc
-
Question ID 378
You want to execute the ls command with two options: -r and -l. Which of the following are valid ways to run this command:
(choose three)
- rl ls
- ls -r -l
- ls -l -r
- ls –r –l
- ls rl
- ls -rl
-
Question ID 380
You can pass arguments to long options by using which of the following techniques:
(choose two)
- –option{argument}
- –option~argument
- –option=argument
- –option argument
-
Question ID 385
When typing a command, you can have the bash shell complete the command by pressing which key?
- The Up Arrow key
- The Del key
- The Backspace key
- The Tab key
- The Enter key
-
Question ID 868
The location of users’ default shells is stored in the ______ file.
- /etc/passwd
- /etc/group
- /etc/gshadow
- /etc/shadow
-
Question ID 869
Long command options are preceded by which two characters?
- &&
- —
- ||
- **
-
Question ID 870
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?
- —
- **
- ||
- &&
-
Question ID 871
The _____ command will take another command for the argument to execute.
- exit
- uname
- exec
- pwd
-
Question ID 872
The _____ option to the uname command will display the kernel name.
- -s
- -x
- -k
- -n
-
Question ID 873
The ______ command will display your current working directory.
- uname
- exec
- pwd
- exit