Linux Survival
Search
Primary Menu
Skip to content
Home
Blog
Testimonials
Linux Links
Command List
Contact
Search for:
Linux Survival
Now all we have to do is kill "rogue" before it craters our Linux system. First note the PID of the "rogue" process. This is your cue to say, "Hey, what happened to the column headings?" Well, "grep" didn't display the line of headings because it didn't contain the word "rogue". Luckily, it's easy to remember which column contains the PID -- it's the first one with a number (i.e. it's the column to the right of "keeper"). To kill a process, simply type kill PID where PID is the ID of the process you want to kill. Type the command to kill the "rogue" process.
Page 65
Click the right arrow.
Where learning Linux is easy
Module 1 Introduction
Directory Structure
List Directory
View File Contents
Create Directory
Move and Rename File
Change Directory
Get Current Location
Quiz 1
End of Module 1
Module 2 Introduction
Pathnames
Copy File
Remove File
Remove Directory
File Security
Change File Permissions
Wildcards
Groups Memberships
Quiz 2
End of Module 2
Module 3 Introduction
Home Directories
Manual Pages
User Information
Find File
Concatenate Files
Redirect Output
Print
Print Job Status
Cancel Print Job
Quiz 3
End of Module 3
Module 4 Introduction
Copy Tree
Disk Space
Remove Tree
Process Status
Pipe Output
Pattern Matching
Kill Process
Quiz 4
Conclusion