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
How do I delete files from command prompt?
What is the use of egrep command in unix?
What is grep r?
How do I run a bash script?
What is the function of grep command in unix?
Explain ‘system calls’ with respect to unix commands?
Explain the steps that a shell follows while processing a command.
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I search a whole word in vim?
What is the comma to show the space allocation of files?
What is s and g in sed command?
Enlist some filename manipulation commands in unix.
What is used to type command?
Differentiate cat command from more command.
What are filter commands in unix?