Module 2 Flashcards
The /root user account is created during the installation process; however, the associated root password is NOT set during the install.
True
False
True
What is a terminal in Linux? (Select three)
Emulates video terminal
Associated with a shell
Has the device name of tty1, tty2, tty3, etc.
A building where passengers embark and disembark aircraft
Emulates video terminal
Associated with a shell
Has the device name of tty1, tty2, tty3, etc.
Which commands could be used to receive helpful information on Linux or shell commands? (Select three)
apropos
find
info
man
apropos
info
man
Find the match.
Ways to run Linux on a PC:
Stand-alone
Dual-boot
From a bootable live media DVD/USB
As a virtual machine
Stand-alone Highest performance
Dual-boot Can run multiple OSs, but not simultaneously
From a bootable live media DVD/USB Does not require installation
As a virtual machine Can run multiple OSs simultaneously
What will be the output?
[user1@localhost ~]$ echo $HOME
/home/user1
[user1@localhost ~]$ echo “This is my $HOME”
- This is my /home/user1
- This is my \/home/user1
- This is my $HOME
- This is my $HOME
This is my $HOME
What is the shell prompt for the root user?
!
@
#
$
#
What are two things $ su - command will do?
- Display $ as the shell prompt
- Load the root user’s environmental variables
- Display the summary list of root user’s processes
- Login as the root user
Load the root user’s environmental variables
Login as the root user
What are two commands you can use to power down the Linux machine immediately?
- powerdown
- poweroff
- shutdown -P now
- halt -P now
poweroff
shutdown -P now
What do you need to install Linux on a stand-alone PC? (Select three)
- PC
- USB flash drive or DVD
- Fedora ISO image
- Screwdriver
PC
USB flash drive or DVD
Fedora ISO image
Which one is NOT true for MBR?
- At most 4 primary partitions
- One partition can be extended partition
- Extended partition can be divided into logical drives
- At most 4 logical drives
At most 4 logical drives
Which of the following refers to the third primary partition on the second SAS hard disk within Linux?
- hdb2
- sda3
- hdb3
- sdb3
sdb3
Which of the following is not a piece of information that the Fedora installation program prompts you for?
- time zone
- installation destination
- firewall settings
- installation language
firewall settings
When sitting at a computer running Linux, what key combination do you press to open the graphical terminal?
- Ctrl+Alt+G
- Ctrl+Alt+F4
- Ctrl+Alt+F1
- Ctrl+7
Ctrl+Alt+F1
What is the default shell in Linux called?
- SH
- BSH
- CSH
- BASH
BASH
To install Linux within a virtual machine, you can specify the path to an ISO image that contains the Linux installation media within virtualization software without having to first write the ISO image to a DVD or USB flash drive.
- True
- False
True