Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: What programs do you make sure are installed on a new Linux Date: 18 Jul 2024 04:09:16 GMT Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net vIZjJTqoceCXgbLE3IAR9wB8ss7DV3n5QrSJfZYYEBrBw4HQZM Cancel-Lock: sha1:owo+F4hiiINw0PqCkDA0NI1Lk+M= sha256:FC/lYBh5bfsugiEQtnRcWkraHWpbBeSxBYSzGU5aWsg= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com comp.os.linux.misc:57002 On Wed, 17 Jul 2024 23:51:10 -0000 (UTC), Lawrence D'Oliveiro wrote: > On 17 Jul 2024 23:31:22 GMT, rbowman wrote: > >> AttachConsole(ATTACH_PARENT_PROCESS); > > And where does that go? To the console where you are running the program from the command line. In this case the program is a Windows Service and would typically be started from the Service Manager, automatically, or 'net start ...' and would not have access to the Windows Terminal console. No, it's not Linux. otoh with Linux you can run a program like vim from Konsole and lose that console, you can run 'vim &' to background it, then you can screw around with bg, and fg. Or with Ubuntu I can click on the Tor icon and it comes up with no console, or I can start it from Konsole and see all the logging. One way is not inherently better than the other.