what does the job command do?

Answer Posted / jagadeeb choudhury

It shows how many process run on background with serial wise
number.


Thanks,
Jagadeeb@gmail.com

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the “echo” command do?

728


Which command is used to copy files?

660


What is merge command in unix?

1015


What is nr in awk command?

695


What is ctrl d?

684






Which command is used to kill the last background job?

886


What is the function of grep command in unix?

686


why metadb requires a seperate slice to create Solaris volume manager

2654


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1849


Which command can you use to find the currently running process in unix server?

673


What does grep v grep do?

637


What do chown command do?

625


Which command will print your home directory on screen?

664


What is the use of awk command in unix?

652


How do you grep recursively?

655