Security+ ยท 4.0 Security Operations
Service account
A user account used by an automated process (not a human). Distinguished by having no interactive shell, no expiration, and narrow privileges.
How this shows up at NCAE
`www-data` runs Apache. `postgres` runs Postgres. `nobody` owns the Samba share. Each has the minimum privileges for its job. textbook least-privilege.