Week 4 - Linux Installation Flashcards

1
Q

Installing Linux OS Methods

Types of Installing Linux OS Methods

A
  1. Installing Linux OS via Windows PowerShell Subsystem
  2. Making a Bootable Flash Drive with Linux OS
  3. Burning a CD/DVD with Linux OS
  4. Virtual Installation (Using VirtualBox)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Directory Management Commands

Displays the full path of the current working directory

What Command is this?

A

syntax: pwd

$ pwd - /home/user/directory

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

Directory Management Commands

Changes the current directory to a specified one.

A

Syntax: cd [directory_name]

$ cd /home/user
$ cd ~/Documents
$ cd ..

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

Directory Management Commands

Creates a new directory or multiple directories.

A

mkdir

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

Directory Management Commands

Removes an empty directory.

A

rmdir

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

Directory Management Commands

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