Processes and Jobs

  • Application = Service

  • Script

    • Shell scripts or Commands are list of instructions eg. adduser, cd, pwd etc.
  • Process

    • When we start a program or application, its starts a process
  • Daemon

    • A process which continuously runs until interrupted.
  • Threads

  • Job

    • Run a service at a scheduled time.