PS Command Output:
EFID
he effective user is the one determining access to system resources
PS Command Output:
PID
a unique identification number used to refer to the process.
PS Command Output:
RUID
The real owner is the user issuing the command
Process Creation:
Exec
the address space of the child process is overwritten with the new process data.
Run Levels

PS Command Output:
Terminal / TTY
terminal to which the process is connected.
Process Creation:
Forking
PS Command Output:
PPID
the number of the process (PID) that started this process.
Fork-and-Exec Mechanism

Kill -9 Command
Name:
SIGKILL
Linux Boot Process

Kill - 15 Command
Name:
SIGTERM
Kill -2 Command
Name:
SIGINT
Kill -1 Command
Name:
SIGHUP