Answer Posted / jonu
fg
Typing fg alone will resume the first job were it was left off.
fg 1
Specifying the job id (in this case 1) will resume that particular job. The job id can be determined by running the bg command.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is awk used for?
What does this command do? Cat food 1 > kitty
What are grep patterns?
What are the general commands in using unix os for a beginner?
What are the differences among a system call, a library function, and a unix command?
Why is grep called grep?
What are the unix commands?
Which command will print your home directory on screen?
What command will change your prompt to myprompt?
What does touch command do in unix?
Describe the usage and functionality of the command rm –r * in unix?
Which unix command to make a new directory?
What is in grep command?
What is the first character of the output in ls l command?
How do you repeat a command in terminal?