Re: controlling terminal - to have and have not

2022-01-07 Thread Otto Moerbeek
On Fri, Jan 07, 2022 at 05:08:16PM +0100, Jan Stary wrote: > This is how ps(1) differentiates between displaying > processes that have a terminal and those that have not: > > -a Display information about processes > for all users with controlling terminals. > > -x Display

Re: controlling terminal - to have and have not

2022-01-07 Thread Crystal Kolipe
On Fri, Jan 07, 2022 at 05:08:16PM +0100, Jan Stary wrote: > This is how ps(1) differentiates between displaying > processes that have a terminal and those that have not: > > -a Display information about processes > for all users with controlling terminals. > > -x Display

controlling terminal - to have and have not

2022-01-07 Thread Jan Stary
This is how ps(1) differentiates between displaying processes that have a terminal and those that have not: -a Display information about processes for all users with controlling terminals. -x Display information about processes without controlling terminals.