[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: does `pkill o` mean anything special ?
From: |
Andreas Kähäri |
Subject: |
Re: does `pkill o` mean anything special ? |
Date: |
Thu, 12 Sep 2024 08:30:02 +0200 |
On Thu, Sep 12, 2024 at 07:50:53AM +0200, alex xmb sw ratchev wrote:
> cause i stubled on accident over it
> it kills the bash
> at least , i enter pkill o ( small oo ) and press enter and then the bash
> session got exited
>
> greets , microsuxx software ..
This has absolutely nothing to do with bash, but pkill would send a TERM
signal to all processes matching the given pattern. If you want to have
a hunch beforehand, use "pgrep -l" with the same pattern to see what it
matches.
Your pattern should match any running process that has a lower-case o in
its name.
--
Andreas (Kusalananda) Kähäri
Uppsala, Sweden
.