[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Nerviges Startup-Fenster



Hallo Christian!

Christian Knoke schrieb am Montag, den 06. Februar 2017:

> Das führt mich dann zu einer Sache, die mir zum erstenmal vor ein paar
> Wochen auffiel:
> 
> kill -L gab bei mir immer eine Liste, in Tabellenform, der möglichen
> Signale.
> 
> Das funktioniert jetzt nicht mehr. Auch die Option in der Langform
> kill --table geht nicht.
> 
> Die man page listet beide Optionen aber noch. Die bash könnte einen kill
> Befehl eingebaut haben, wäre mir aber neu, steht auch nicht in man bash.
> 
> :~$ alias
> alias ls='ls --color=auto'
> 
> :~$ which kill
> /bin/kill
> 
> :~$ /bin/kill --table
>  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    
> 
> Was ist da los?

Ist ein bash builtin und auch so dokumentiert siehe man bash und dann 
scrollen bis zu ^SHELL BUILTIN COMMANDS

Siehe auch help kill (bash builtin):
chrisbra@debian:~/code/vim-airline$ help kill
kill: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
    Send a signal to a job.

    Send the processes identified by PID or JOBSPEC the signal named by
    SIGSPEC or SIGNUM.  If neither SIGSPEC nor SIGNUM is present, then
    SIGTERM is assumed.

    Options:
      -s sig    SIG is a signal name
      -n sig    SIG is a signal number
      -l        list the signal names; if arguments follow `-l' they are
                assumed to be signal numbers for which names should be listed
      -L        synonym for -l

    Kill is a shell builtin for two reasons: it allows job IDs to be used
    instead of process IDs, and allows processes to be killed if the limit
    on processes that you can create is reached.

    Exit Status:
    Returns success unless an invalid option is given or an error occurs.


Grüße
Christian
-- 
Ein Mensch, der uns bloß in unsern eignen Talenten übertrifft, erhebt
uns - einer, der in ganz fremden groß ist, demütigt uns.
		-- Jean Paul


Reply to: