Linux Classes
Linux Classes
Share This With a Friend

kill command help

 kill - terminate a process
 

SYNOPSIS

 kill [ -s signal | -p ] [ -a ] pid ...
 kill -l [ signal ]
 

DESCRIPTION

 kill sends the specified signal to the specified process.
 If no signal is specified, the TERM signal is sent. The
 TERM signal will kill processes which do not catch this
 signal. For other processes, if may be necessary to use
 the KILL (9) signal, since this signal cannot be caught.
 
 Most modern shells have a builtin kill function.
 

OPTIONS

 pid ...
 Specify the list of processes that kill should sigュ
 nal. Each pid can be one of four things. A proュ
 cess name in which case processes called that will
 be signaled. n where n is larger than 0. The proュ
 cess with pid n will be signaled. -1 in which case
 all processes from MAX_INT to 2 will be signaled,
 as allowed by the issuing user. -n where n is
 larger than 1, in which case processes in process
 group n are signaled. IFF a negative argument is
 given the signal must be specified first, otherwise
 it will be taken as the signal to send.
 
 -s Specify the signal to send. The signal may be
 given as a signal name or number.
 
 -p Specify that kill should only print the process id
 (pid) of the named process, and should not send it
 a signal.
 
 -l Print a list of signal names. These are found in
 /usr/include/linux/signal.h
 

SEE ALSO

 bash(1) , tcsh(1) , kill(2) , sigvec(2) 
 

AUTHOR

 Taken from BSD 4.4. The ability to translate process
 names to process ids was added by Salvatore Valente <svaュ
 lente@mit.edu>.
 


Comments - most recent first
(Please feel free to answer questions posted by others!)

spyro spyrides (03 Oct 2012, 08:08)
HI, GREAT JOB! COULD I COMBINE - ABSOLUTELY FREE OF FRUSTRATION - ON THE SAME DESKTOP PC, IN 2 HDISKS, WINDOWS 7 AND LINUX? WHICH ONE SHOULD BOOT? THANKS

I welcome your comments. However... I am puzzled by many people who say "Please send me the Linux tutorial." This website *is* your Linux Tutorial! Read everything here, learn all you can, ask questions if you like. But don't ask me to send what you already have. :-)

NO SPAM! If you post garbage, it will be deleted, and you will be banned.
*Name:
Email:
Notify me about new comments on this page
Hide my email
*Text:




Copyright © by - Privacy Policy
All rights reserved - Redistribution is allowed only with permission.

Popular Linux Topics

Linux Intro
Linux Files
Linux Commands
Change Password
Copy Files
Linux Shell Basics

Linux Tutorial

Who is Doctor Bob?
What is Linux?
History of Unix
Operating Systems
What's Next?

Linux Basics

Living in a Shell
Root and Other Users
Virtual Consoles
Logoff and Shutdown
Choosing a Shell
The Command Prompt
Wildcards
Command History
Aliases
Redirection
Pipelines
Processes
Stopping a Program
Environment Variables
Help!

Linux Files

The Linux File System
Linux File Names
Linux Directories
Directory Terminology
Navigating the File System
Listing Linux Files
Displaying Linux Files
Copying and Renaming Files
Creating Files and Directories
Deleting Files and Directories
Linux Files - Wildcards
The Nine Deadly Keystrokes
Linux File Permissions
Changing File Permissions

Linux Commands

Important Linux Commands
Changing Your Password
Switching Users
Who is Logged In?
Date and Time
The Echo Command
Spell Checking
Printing Linux Files
Joining Files
Searching for Files
Comparing Files
Task Scheduling
Linking Files

Linux Editors

The Vi Editor
The Emacs Editor
The Pico Editor

Linux Data Manipulation

Slicing & Dicing
Heads or Tails?
Sorting Data
Eliminating Duplicates
Selecting Columns
Selecting Records
Search & Replace
Crunching Data
Finding Files
Pipe Fitting

Linux Shell Programming

Linux Shell Scripts
Executing a Script
Shell Script Variables
Shell Script Logic
Shell Script Looping
Shell Script Debugging

Perl Programming

Perl Basics
Perl Variables
Perl Arguments
Perl Logic
Perl Looping
Perl and Files
Perl Pattern Matching

Linux and Email

Sending Email
Reading Email
Other Mail Commands
Using Pine for Email
The Pine Inbox
Pine Email Basics
Pine Email Folders
Pine for Power Users

Compression and Encoding

Linux File Compression
Archiving With Tar
Compression With Gzip
Compress and Zcat
Zmore and Zless
Zip and Unzip
Encoding and Decoding
Encryption

Linux Does DOS

Accesing DOS Files
Accesing DOS Partitions
Running DOS Programs

Managing Linux

Updating Your Linux System
Installing Packages with RPM
Uninstalling Packages w/ RPM
Upgrading Packages with RPM
Querying Packages with RPM

AltStyle によって変換されたページ (->オリジナル) /