Monday 5 March 2018

sh - How can I resume a stopped job in Linux?


How can I resume a stopped job in Linux? I was using emacs and accidentally hit ctrl-z which blasted me back to the console. I can see it when I type 'jobs'


[*****]$ jobs
[1]+ Stopped emacs test_queue.cpp

Answer



The command fg is what you want to use. You can also give it a job number if there are more than one stopped jobs.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...