Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Why is kill -L or kill --table not working ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Demonking
n00b
n00b


Joined: 12 Mar 2007
Posts: 41

PostPosted: Fri Apr 11, 2014 8:22 pm    Post subject: [SOLVED] Why is kill -L or kill --table not working ? Reply with quote

Hello ,

i hope i'm in the right Section, if not, please move. ;)

My question is, why is the command

Code:

~:kill -L
kill: unknown signal: SIGL
kill: type kill -l for a list of signals



not working?
Same output with
Code:
kill --table



It is also mentioned in the manpage, that the parameter exist.

Code:

      -L, --table
              List signal names in a nice table.



Someone an idea?

Greetz

Demonking
_________________
I finally understand why Java's security model is so torturous:
It's to protect everyone else against people who write code like this.

The Answer to Life, the Universe, and Everything = 42


Last edited by Demonking on Fri Apr 11, 2014 8:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
aCOSwt
Bodhisattva
Bodhisattva


Joined: 19 Oct 2007
Posts: 2537
Location: Hilbert space

PostPosted: Fri Apr 11, 2014 8:33 pm    Post subject: Reply with quote

man kill wrote:
NOTES Your shell (command line interpreter) may have a built-in kill command. You may need to run the command described here as /bin/kill to solve the conflict.

Code:
acoswt@PrimaPratica ~ $ /bin/kill -L
 1 HUP      2 INT      3 QUIT     4 ILL      5 TRAP     6 ABRT     7 BUS
 8 FPE      9 KILL    10 USR1    11 SEGV    12 USR2    13 PIPE    14 ALRM
15 TERM    16 STKFLT  17 CHLD    18 CONT    19 STOP    20 TSTP    21 TTIN
22 TTOU    23 URG     24 XCPU    25 XFSZ    26 VTALRM  27 PROF    28 WINCH
29 POLL    30 PWR     31 SYS     
acoswt@PrimaPratica ~ $

_________________
Back to top
View user's profile Send private message
Demonking
n00b
n00b


Joined: 12 Mar 2007
Posts: 41

PostPosted: Fri Apr 11, 2014 8:37 pm    Post subject: Reply with quote

aCOSwt wrote:
man kill wrote:
NOTES Your shell (command line interpreter) may have a built-in kill command. You may need to run the command described here as /bin/kill to solve the conflict.



Thanks aCOSwt learned something new :)


with

Code:

/bin/kill -L



everthing works fine.


Greetz

Demonking
_________________
I finally understand why Java's security model is so torturous:
It's to protect everyone else against people who write code like this.

The Answer to Life, the Universe, and Everything = 42
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum