Script
Series of commands or instructions written in a scripting language that
automates tasks or performs specific actions on a computer system
●Example :
Process
A process is an instance of a program that is being executed by a
computer's CPU
Process life cycle
Daemon & Job
Daemon : A background process that runs continuously, often performing
system tasks or responding to requests without direct user interaction
Example:
●sshd , dbus-daemon ,etc
Job: Unit of work that the system executes, either as a response to user
instructions or as part of its routine operations
Threads
Lightweight processes within a
program that execute independently,
allowing for concurrent execution of
tasks
Why Monitor and Manage Processes
●During system startup, numerous programs or processes are loaded
into memory, which require management and supervision
● They consumes resources :
■CPU
■Memory
■Disk Space
Basic Commands
Displays disk space usage
●Command: df