Week 2 Comprehension Flashcards

1
Q

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
A
  • Load the root user’s environmental variables
  • Login as the root user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do you need to install Linux on a stand-alone PC? (Select three)

  • PC
  • USB flash drive or DVD
  • Fedora ISO image
  • Screwdriver
A
  • PC
  • USB flash drive or DVD
  • Fedora ISO image
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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
A
  • Emulates video terminal
  • Associated with a shell
  • Has the device name of tty1, tty2, tty3, etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which commands could be used to receive helpful information on Linux or shell commands? (Select three)

  • apropos
  • find
  • info
  • man
A
  • man
  • apropos
  • info
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

At a minimum, Linux requires two partitions. What are they?

  • boot
  • root
  • swap
  • var
A
  • root
  • swap
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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
A
  • This is my $HOME
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the shell prompt for the root user?

!
@
#
$

A

#

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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
A

-At most 4 logical drives

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The /root user account is created during the installation process; however, the associated root password is NOT set during the install.

True
False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly