Re: changes to ps -d?
- Reply: Ronald Klop : "Re: changes to ps -d?"
- In reply to: Ronald Klop : "changes to ps -d?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Sep 2023 11:01:52 UTC
> On 19. Sep 2023, at 12:30, Ronald Klop <ronald-lists@klop.ws> wrote: > > Hi, > > In current the way ps -p works has been changed [1]. > I could use "ps axd -p <pid>" to see the process tree of some ongoing task. > In current this has changed to always need an extra option "ps axd -p <pid> -D down". Can this become the default again? At least when -d is used. > There was a discussion on the FreeBSD-current mailing list that lead to the decision to make this change: https://lists.freebsd.org/archives/freebsd-current/2023-July/004071.html Best