diff options
author | obrien <obrien@FreeBSD.org> | 1997-06-06 01:03:25 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-06-06 01:03:25 +0800 |
commit | 81269cb0c3521b962bd832e97d40c03328635d70 (patch) | |
tree | 0ce59c94f698d10c5fe22c0457965d9a4598582d /sysutils/skill/pkg-descr | |
parent | 98944e45ab640fafc6a77759aa2f53208326cc2d (diff) | |
download | freebsd-ports-gnome-81269cb0c3521b962bd832e97d40c03328635d70.tar.gz freebsd-ports-gnome-81269cb0c3521b962bd832e97d40c03328635d70.tar.zst freebsd-ports-gnome-81269cb0c3521b962bd832e97d40c03328635d70.zip |
`skill' is a program which sends signals to processes given
any combination of user names, ttys, commands, and pids. `snice' is
a program which changes the priority of processes (given the same).
PR: ports/3783
Submitted by: Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br>
(w/minor hacks by me)
Diffstat (limited to 'sysutils/skill/pkg-descr')
-rw-r--r-- | sysutils/skill/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/skill/pkg-descr b/sysutils/skill/pkg-descr new file mode 100644 index 000000000000..ba7597f2397f --- /dev/null +++ b/sysutils/skill/pkg-descr @@ -0,0 +1,10 @@ + `skill' is a program which sends signals to processes given +any combination of user names, ttys, commands, and pids. `snice' is +a program which changes the priority of processes (given the same). +It's actually one program which examines argv to determine what action +is to be taken on matching processes. It is similar to kill(1) and +renice(8), however the command line is completely order independent. +There are also verbose, search, and interactive modes of operation. + +The name `skill' stems from `SuperKILL', but if you use it under `csh', +you may discover another reason for calling it `skill' (hint "s!!"). |