PERIODIC PROCESS, SYSTEM BACKUPS & LOG FILES

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

1/17

flashcard set

Earn XP

Description and Tags

Set of flashcards to review key concepts from ITEC 325 lecture on Systems Administration and Maintenance.

Last updated 7:50 PM on 10/16/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

What is a process in computing?

A process refers to any program that runs on your computer, from background tasks to full applications.

2
New cards

What are periodic processes?

Periodic processes are automated processes that run on a schedule to execute system or admin-centered tasks.

3
New cards

What tool in Windows is used for scheduling tasks?

The Windows Task Scheduler.

4
New cards

What is CRON in Linux?

CRON is the scheduling command line tool in UNIX and Linux used to automate system and admin tasks.

5
New cards

What is the purpose of the crontab file?

The crontab file specifies the schedule of cron jobs in UNIX/Linux.

6
New cards

Common uses of scheduled tasks by System Administrators include:

File System clean-up, Log rotation, Software Installation, Script Execution, and Backups.

7
New cards

What is a backup?

A backup is the process of copying data to an alternative location for recovery if the original data is lost or corrupted.

8
New cards

How do backups differ from redundancy?

Backups ensure data can still be accessed even if temporarily lost, while redundancy ensures access to data is never lost at all.

9
New cards

What are the pros of on-premise backups?

Quicker backup restores.

10
New cards

What type of backup only copies changed data since the last backup?

Incremental backup.

11
New cards

What is unique about a full backup?

It is the most comprehensive backup type, making a complete copy of all data.

12
New cards

Name a built-in backup tool for Windows.

Backup and Restore or Windows Server Backup.

13
New cards

What does a log file contain?

Information about usage patterns, activities, and operations within a system or application.

14
New cards

What is Event Viewer used for in Windows?

To view important log files generated by the operating system and installed applications.

15
New cards

Where are Linux log files typically stored?

/var/log directory.

16
New cards

What does SIEM stand for?

Security Information and Event Management.

17
New cards

What functionality does log viewer software provide?

Log viewer tools allow viewing, merging, sorting, searching, and filtering log data.

18
New cards

Give an example of a popular SIEM tool.

Splunk.