Lab 4 Flashcards

1
Q

How do you shutdown Ubuntu from the command line/terminal?

A

o CTRL+ALT+T, sudo shutdown -h now

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

How do you switch to the root user (administrator)? What is it called when you switch into this mode?

A

CTRL+ALT+T sudo -s -root, Sudo prompt

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

Linux is a ____ _______operating system

A

Case Sensitive

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

How do you view an existing partition? How do you create a new partition?

A

Use the fdisk command

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

How do you change the root password?

A

Sudo passwd root

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

How do you verify the root password?

A

Su - root (space in between)

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

How do you install an application?

A

Sudo apt-get install (program name)

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

What do you notice in terms of partition numbering?

A

It skipped partition #4 during the first 6 partitions, partition 4 takes the place of the 7th partition

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

Can you create additional primary partitions on the 2 Gb drive?

A

Yes 1 more primary partition can be created as there is still space and there is 1 more space for a partition.

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

Display/print all partitions

A

P

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

Create (add) a new partition

A

N

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

Delete a partition

A

D

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

Change partition types

A

T

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

Save changes made to the partition table

A

W

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

Exit fdisk without saving

A

Q

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