next up previous
Next: About this document ... Up: Względne odwoływanie się do Previous: Zabijanie ostatniego procesu tła

Zabijanie innych procesów tła

[adam@etoh ~]$ jobs
[1]  + Running                       xv
[2]  - Running                       gv
[adam@etoh ~]$ kill %2
[adam@etoh ~]$ gv: terminated by signal 15

[2]    Done                          gv

[adam@etoh ~]$ jobs
[1]  + Running                       xv
[2]  - Running                       gv
[adam@etoh ~]$ kill %-
[adam@etoh ~]$ gv: terminated by signal 15

[2]    Done                          gv



Adam Liwo 2002-03-07