Unit 4 Module 3 - Non Commands Flashcards

1
Q

What do you call the concept of granting access to specific resources in a system?

A

Authorization

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

What are the 3 permissions that are allowed in Linux?

A

Read
Write ( Allows users to create a new files in that directory )
Execute

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

What are the 3 types of owners in Linux?

A

User ( Owner of the file )
Group ( Consisting of more than 1 person )
Other ( Anyone else )

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

What do you call modifying the behavior of a command?

A

Options

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

What command displays permissions to files and directories?

A

ls -l

(Ls -L)

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

What do you call a user with elevated priviledges to modify the system?

A

Root User ( or Superuser)

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

What are 3 reasons why you shouldn’t log in as root user?

A

1) Security Risks
2) Irreversible mistakes
3) Accountability

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