Linux Security Flashcards

1
Q

What are the main security requirements, describe them

A

Authorisation - Only allow those that need access to the data
Authenticity - Verifying they are who they say they are
Privacy/Confidentiality - Ensure personal information is not being compromised
Integrity - Ensuring that the data has not been tampered with
Non-repudiation - Confirmation that data is received. Ability to prove it in court
Availabilty - Ensure that the system can perform it’s required function

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

What are the types of attacks that can be made against systems?

A

Reading data
Changing data
Denial of service attack
Access to a computer - Aquiring access trough user accounts

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

What are some methods of attacking a system?

A
Password guessing
Social engineering
Trojan horses
Virus
Software bugs
Address spoofing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you create, set password and remove a user?

A

useradd (username)
passwd (username)
userdel (userdel)

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