what does the job command do?

Answers were Sorted based on User's Feedback



what does the job command do?..

Answer / pramod krishna

jobs is the command and not job.It lists the current
processes(both baground and foreground processes) and
assigns them a job number.

Is This Answer Correct ?    3 Yes 0 No

what does the job command do?..

Answer / guest

Job - lists the jobs that are running in the background
and foreground

Is This Answer Correct ?    3 Yes 1 No

what does the job command do?..

Answer / 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

what does the job command do?..

Answer / sowmya

jobs command shows all stopped and running jobs

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Unix Commands Interview Questions

what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,


What does sed command do in unix?

1 Answers  


If we want to see first 35 lines of a file which command we have to use?

8 Answers  


What is unix command line?

1 Answers  


Why is it called a shebang?

1 Answers  


what is kernel?

6 Answers  


How do I use nslookup?

1 Answers  


What is grep r?

1 Answers  


The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,


What is the use of egrep command in unix?

1 Answers  


What are the general commands in using unix os for a beginner?

1 Answers  


Categories