Chapter 6 (Managing Processes) Flashcards
—– are messages that can be sent between processes
Signals
—– are messages that can be sent between processes
Signals
A Linux — is a program that is running on the system. It can be started either from a command line, a graphical desktop, the kernel itself.
Process
Every process on Linux is assigned a —- which is a unique number identifying a process with the Linux Kernel.
Process ID (PID)
(Process States) The process is executing,though it must wait for it assigned time slices and must pause for a few microseconds between steps in the execution.
Running
(Process States) The process is waiting for something to happen that doesn’t depend on the kernel giving it another time slice.
Sleeping
(Process States) the process has been halted before it exited normally.
Stopped
(PS States) the process has been halted before it exited normally.
Stopped
Swap space is also called
Virtual memory
—- Occurs when the kernel spends so much time moving processes to and from the swap space that the kernel and the processes bog down and work inefficiently.
Thrashing
A Linux — is a program that is running on the system. It can be started either from a command line, a graphical desktop, the kernel itself.
Process
Every process on Linux is assigned a —- which is a unique number identifying a process with the Linux Kernel.
Process ID (PID)
To create a new process in Linux, a program —-
Forks
(PS States) The process is executing,though it must wait for it assigned time slices and must pause for a few microseconds between steps in the execution.
Running
(PS States) The process is waiting for something to happen that doesn’t depend on the kernel giving it another time slice.
Sleeping
— is a background process that doesnt have any screen output but waits for certain system activity and then acts on it.
daemon
(PS States) A — process is a process that is no longer active.
Zombie
Swap space is also called
Virtual memory
—- Occurs when the kernel spends so much time moving processes to and from the swap space that the kernel and the processes bog down and work inefficiently.
Thrashing
(PS Options)Selects all processes that were not started normally from a terminal
x
Multiple processes started from a single shell are called —
Jobs
You can use the — key combo to suspend a job that the shell is busy running.
Ctrl+z
You can use the — key combo to suspend a job that the shell is busy running.
Ctrl+z
To place a job in the foreground use the – commmand
fg