Chapter Two
Chapter Two
Administration
Course Code: COSC4036
Chapter-2
Account and Security
Administration, and Access
Control (DAC, RBAC)
Account Management: Creating, modifying, and deleting
user accounts, assigning roles and permissions, managing
passwords, and enforcing security policies.
Control
Models:
Role-Based Access Control (RBAC):
Users are assigned roles with specific
permissions, and access is granted
based on the role. A good balance
between security and flexibility.
Additional
Considerations Multi-factor authentication (MFA):
Adding an extra layer of security to
logins beyond just a password.
SECURITY AWARENESS
TRAINING: LEARN HOW TO
EDUCATE USERS ABOUT
CYBERSECURITY BEST
PRACTICES.
Managing files and
folders permission
Managing file and folder
permissions is crucial for
maintaining security and
data integrity in any
system. Let's delve into
the key concepts and
essential techniques:
Active development: Constant updates and improvements by a global
community ensure security, features, and compatibility
Execute (x):
Write (w): Allows
Read (r): Allows Allows executing
modifying
viewing content. files or accessing
content.
directories.
What are Disk Quotas?
DISK QUOTAS LIMIT THE AMOUNT ENSURE FAIR ALLOCATION OF PREVENT DISK EXHAUSTION: MONITOR INDIVIDUAL STORAGE
OF DISK SPACE A USER OR STORAGE RESOURCES: AVOIDS SITUATIONS WHERE THE USAGE: TRACKS HOW MUCH
GROUP CAN CONSUME ON A PREVENTS INDIVIDUAL USERS SYSTEM RUNS OUT OF DISK SPACE EACH USER OR GROUP IS
SPECIFIC FILE SYSTEM. THIS FROM MONOPOLIZING SPACE. SPACE DUE TO EXCESSIVE UTILIZING.
HELPS: USAGE.
Types of
Disk
Quotas:
HARD QUOTA: SETS A STRICT LIMIT, SOFT QUOTA: PROVIDES A WARNING
PREVENTING USERS FROM THRESHOLD BEFORE REACHING THE
EXCEEDING IT. HARD LIMIT, ALLOWING USERS TO
TAKE CORRECTIVE ACTIONS.
Setting quotas: Use system
administration tools or commands
(e.g., quota on Linux) to define hard
and soft quotas for users or groups.
Managing
Disk Quotas: Monitoring quota usage: Track
individual user/group usage and
identify potential issues.
Additional
Grace periods: Allow a grace
Considerations: period after exceeding the soft
quota before enforcing the hard
limit.