Account Management Review (Windows and Unix)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Flashcards created to review key concepts of account management in both Windows and Unix operating systems.

Last updated 7:22 AM on 4/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

What allows users to log into a Windows system and access resources?

A Windows account.

2
New cards

What are the key types of user accounts in Windows?

Administrator, Standard User, and Guest.

3
New cards

What principle should be applied when granting user permissions?

The Principle of Least Privilege.

4
New cards

What are user profiles used for in Windows?

To store user settings, files, and preferences.

5
New cards

What do NTFS permissions control?

Access to files.

6
New cards

What is the significance of password policies?

They help protect against unauthorized access.

7
New cards

What is the purpose of the /etc/passwd file in Unix?

It stores user information.

8
New cards

What command is used to modify user accounts in Unix?

usermod.

9
New cards

What are the three types of file permissions in Unix?

Read, write, and execute.

10
New cards

What command is used to change file permissions in Unix?

chmod.

11
New cards

What is the account type with full control in Unix?

Root.

12
New cards

What interface is commonly used for Unix account management?

Command-line.

13
New cards

What is a key difference between Windows and Unix account types?

Windows has Admin, Standard, and Guest accounts while Unix has Root, User, and System accounts.

14
New cards

What security best practice involves managing unused accounts?

Remove unused accounts.

15
New cards

What is the role of groups in Unix systems?

To simplify permission management.