Week 2 Comprehension Flashcards
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 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
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.
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
Can run multiple OSs simultaneously
Can run multiple OSs, but not simultaneously
Highest performance
Does not require installation
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
Which commands could be used to receive helpful information on Linux or shell commands? (Select three)
- apropos
- find
- info
- man
- man
- apropos
- info
At a minimum, Linux requires two partitions. What are they?
- boot
- root
- swap
- var
- root
- swap
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?
!
@
#
$
#
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
The /root user account is created during the installation process; however, the associated root password is NOT set during the install.
True
False
True