100 likes | 281 Views
CSC 386 – Computer Security. Scott Heggen. Agenda. A last look at OS Security Comparing Windows to Linux. Comparing Users. Linux Superuser (Root) User Services users (www-data, mysql ) Other. Windows Administrator User Guest. Comparing Groups. Linux Groups Root Sudo Users.
E N D
CSC 386 – Computer Security Scott Heggen
Agenda • A last look at OS Security • Comparing Windows to Linux
Comparing Users Linux • Superuser (Root) • User • Services users (www-data, mysql) • Other Windows • Administrator • User • Guest
Comparing Groups Linux • Groups • Root • Sudo • Users Windows • Domains • Administrators • Power Users • Users • Guests
Users vs. Groups • Why do we need both users and groups? • Authentication vs. Authorization
Comparing Permissions Linux • Default Permissions Windows • Default Permissions
Comparing Complexity Linux Windows
Next Week • Database Security • Read up on Chapter 9 • Another quiz on: • Define relational database • Understand what a SELECT statement does • Understand what an UPDATE statement does • Understand what a DELETE statement does • Understand what an INSERT statement does