Virtual Voice Sample

Access a growing selection of included Audible Originals, audiobooks, and podcasts.
You will get an email reminder before your trial ends.
Audible Plus auto-renews for $7.95/mo after 30 days. Upgrade or cancel anytime.

Linux Process Management Instructor Guide

By: Kevin O'Neill
Narrated by: Virtual Voice
Try for $0.00

$7.95 a month after 30 days. Cancel anytime.

Buy for $3.99

Buy for $3.99

Pay using card ending in
By confirming your purchase, you agree to Audible's Conditions of Use and Amazon's Privacy Notice. Taxes where applicable.

This title uses virtual voice narration

Virtual voice is computer-generated narration for audiobooks

Publisher's summary

In a Linux system, utilizing commands to manage processes is an essential part of working in the environment. Especially, if a process becomes stuck, it could indeed take on all the system resources. This processing could include foreground and background processes. Therefore, this instructor guide covers the most common ways to stop and manage processes. The commands can be utilized for personal, educational, or corporate usage. It is envisioned that the instructor utilize the material from this guide via a demonstration type format.
Contents
How to use and run commands
Foreground vs Background Processes
jobs
fg
bg
Commands to Find Processes
ps
ps -a
ps -u
ps aux grep firefox
ps -ef grep name
pgrep
pgrep -lu root
pgrep -n
pgrep -o
pgrep -i sh
pidof
pidof -s sh
pidof -c sh
pidof -x sh
top
kill, killall, pkill
kill
ps -ef
killall
killall firefox
killall -l
pkill
pkill firefox
Process Signals
Sending Signals
ps -ef
kill -15 63
kill -TERM 63
killall -15 63
killall -TERM 63
pkill -15 63
pkill -TERM 63
Conclusion
About the Author
Notes

What listeners say about Linux Process Management Instructor Guide

Average customer ratings

Reviews - Please select the tabs below to change the source of reviews.