[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Where the complete behavior of & is documented?
From: |
Andy Chu |
Subject: |
Re: [Help-bash] Where the complete behavior of & is documented? |
Date: |
Sun, 18 Nov 2018 15:39:26 -0800 |
Try APUE by Stevens. It has a lot of sample code and talks about platform
differences.
Linux is basically a superset of POSIX -- it's better to learn POSIX
first. (bash of course runs on many non-Linux kernels.)
https://www.amazon.com/Advanced-Programming-UNIX-Environment-3rd/dp/0321637739
Andy
On Sun, Nov 18, 2018 at 3:03 PM Peng Yu <address@hidden> wrote:
> Hi Chet,
>
> > This is all fundamental to the Posix process model. It's not appropriate
> to
> > spell it all out in the bash manual.
>
> I am trying to learn linux process manangement in more detail. Do you
> have any good references that you would recommend?
>
> What about this one? It is eight years old. Is there anything better
> and more current than it?
>
> https://www.win.tue.nl/~aeb/linux/lk/lk-10.html
>
> --
> Regards,
> Peng
>
>