Linux Process
14 functions
psps [OPTION]...Display current running processes.
ps auxps auxShow all processes with full details.
toptopDisplay real-time process monitor.
htophtopInteractive process viewer with color interface.
killkill [SIGNAL] PIDSend a signal to a process.
kill -9kill -9 PIDForcefully terminate a process (SIGKILL).
killallkillall [SIGNAL] NAMEKill processes by name.
pgreppgrep [OPTION]... PATTERNSearch for processes by name pattern.
pkillpkill [OPTION]... PATTERNKill processes matching a name pattern.
jobsjobs [OPTION]...List background jobs in the current shell.
bgbg [JOB_ID]Resume a stopped job in the background.
fgfg [JOB_ID]Bring a background job to the foreground.
nohupnohup COMMAND [ARG]... &Run a command immune to hangups.
nicenice -n PRIORITY COMMANDRun a command with modified scheduling priority.
