On 02/09/2016 10:10 AM, Bo Berglund wrote: > On Mon, 8 Feb 2016 23:24:35 +0100, [email protected] wrote: > > I am used to Windows Task Manager where the running programs are > listed and one can stop it, but how do I get a corresponding list in > which to select Lazarus in Linux?
All linux flavors have this as well. In kUbuntu it is called system monitor (underlying name is ksysguard). > 'man kill' indicates that I need a <pid> value but 'man pid' returns > nothing. use ps command (ps --help all) to get PID's. ps aux is a good start, but use grep to winnow it down. Julius -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
