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
Who command in unix operating system?
What is grep and how do you use it?
How do I open a port?
Why is shebang used?
What is the unix command to confirm a remote host is alive or not?
How do I run a bash script?
What does the metacharacter mean?
What are the unix commands?
What is unix command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What does the command ' $who | sort –logfile > newfile' do?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the functionality of a top command?
Describe the usage and functionality of the command rm –r * in unix?
What are grep patterns?