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 |
Enumerate some of the most commonly used network commands in unix?
Can a process kill itself in UNIX/or in its various versions?
What is rmdir command?
What is the syntax of grep command and what is its use?
What is the functionality of a top command?
What is nr in awk command?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
What is the difference between cat command and more command?
What do know about tee command?
What command is used to check the current users?
Who wrote grep?
what will this do $cat > file.c ?(file.c is a file in current directory)