I fillewed everything up until the very end when ./longprocess is put in the bg, but is shown then running on the cmd line. Then you type 17jobs, to show the bg process running., then 18kill19 %220 to terminate. Can you please explain these last commands in more detail?
Amazing tutorial love from India 🇮🇳
Thanks a lot Jason for show me how works my Linux
Awesome tutorial! I wish I had seen that when I was starting with Linux :|
Didn't quite understand foreground and background jobs. What exactly is the difference when both get executed? Thanks for the tutorial anyway.
Thanks Professor!
I fillewed everything up until the very end when ./longprocess is put in the bg, but is shown then running on the cmd line. Then you type 17jobs, to show the bg process running., then 18kill19 %220 to terminate. Can you please explain these last commands in more detail?
the numbers 17, 18, 19 and 20 at the end are just the output of the process. He typed "jobs" and then "kill %2". Hope that helps :-)
Interesting, 'kill $$' with -15 or without -15 won't work, only with -9 even though I'm root