Skip to content

kill: signal names only understood in uppercase, should accept all casings #6217

Description

@BenWiederhake

(Originally documented in #6202)

$ cargo run --features kill kill -l sIgUsR2
kill: unknown signal name 'sIgUsR2'
[$? = 1]
$ kill -l sIgUsR2 # bash built-in
12
$ /usr/bin/kill -l sIgUsR2 # Debian procps-ng 4.0.4
12

TODO: I assume GNU 9.5 kill also behaves like that, but I can't check right now

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions