On Tue, 9 Feb 2016 11:32:10 +0100, JuuS <[email protected]> wrote: >> '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.
Tried this: pi@rpi2-jessie2:~ $ ps -u pi |grep lazarus 5091 ? 00:00:00 startlazarus 5094 ? 00:00:10 lazarus Seems to be two processes with lazarus in the name. Which one (or both) do I kill? -- Bo Berglund Developer in Sweden -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
