what does the job command do?
Answers were Sorted based on User's Feedback
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 |
Answer / guest
Job - lists the jobs that are running in the background
and foreground
| Is This Answer Correct ? | 3 Yes | 1 No |
It shows how many process run on background with serial wise
number.
Thanks,
Jagadeeb@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
distinguish between user mode and kernel mode?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
Give the command to display space usage on the UNIX file system.
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
How we will execute previous command in vi editor?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
What Command is used to make a directory?
How to find $ai_serual resolved path by using unix
How to add content of one file into another file at the beginning
what will this do $cat > file.c ?(file.c is a file in current directory)
Enlist some filename manipulation commands in unix.
What is updatedb?