A simple question and perhaps its simplicity explains why I can't find an answer elsewhere:
How do I tell bash to kill job 1, rather than pid 1 ? What does "kill <<n>>" mean? What if there is no jobspec <<n>> and I type "kill <<n>>" ? e..g. $ jobs [1]+ Stopped blahblahblah $ ps 1 PID TTY STAT TIME COMMAND 1 ? Ss 0:02 /sbin/init Thanks. -- Daniel