Opened 15 years ago
Closed 13 years ago
#4687 closed enhancement (duplicate)
Include pkill
Reported by: | leszek | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | #1944 | Blocking: | |
Platform: | All |
Description
I programmed a app that allows killing processes by their name instead of only their PID. Its written in python, maybe someone takes a look at it and may improve it.
Attachments (1)
Change History (6)
by , 15 years ago
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Killall will kill every instance of a application. This will only kill one.
comment:3 by , 15 years ago
Why make a new command for this? Why not enhance the existing kill to also be able to take a process name like BeOS's did?
comment:4 by , 15 years ago
Didn't know that the kill command in BeOS could also kill something by entering its name. I think it should be seperated apps, as it is common in the unix world, and should no one confuse.
comment:5 by , 13 years ago
Blocked By: | 1944 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It looks like a killall command. Is there a difference?