Send kill to a processes for an user on Linux
Got to start remembering this one - notice use of "inverted pings" for indirection from the ps command to the kill command...
kill -9 `ps -u <username>`
This is the blog of Mikkel Flindt Heisterberg about all things Lotus. More detailed info about me, incl. bio, can be found on the about me page.
I'm available for consulting work. E-mail me (see the about me page) for address.
Lotusphere 2010
Lotusphere 2009
Lotusphere 2008
Lotusphere 2007
Lotusphere 2006
Disclaimer, copyright and license info.
Donate to LotusScript.doc!
|
2010 March (2) February (12) January (9) |
2009 December (17) November (12) October (20) September (3) August (17) July (12) June (15) May (6) April (19) March (14) February (23) January (25) |
|
2008 December (24) November (14) October (10) September (15) August (18) July (12) June (14) May (26) April (22) March (32) February (29) January (37) |
2007 December (17) November (24) October (20) September (23) August (20) July (9) June (17) May (24) April (12) March (8) February (18) January (33) |
|
2006 December (13) November (29) October (32) September (22) August (30) July (18) June (47) May (33) April (43) March (28) February (28) January (20) |
2005 December (14) November (19) October (11) September (13) August (24) July (22) June (0) May (0) April (9) March (14) February (10) January (3) |
|
2004 December (13) November (6) |
Got to start remembering this one - notice use of "inverted pings" for indirection from the ps command to the kill command...
kill -9 `ps -u <username>`