In the following sample run of the ps l command, the ps l process is in runnable state and the bash process is in the stopped state. My user ID is 608, process ID of my session leader process (-bash) is 2311, and the priority numbers of -bash and ps l are 11 and 15, respectively.

What will be an ideal response?

```
$ ps l
F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND
100 608 2312 2311 11 0 2540 1356 wait4 S pts/12 0:00 -bash
000 608 2372 2312 15 0 3064 1128 - R pts/12 0:00 ps l
$
```

Computer Science & Information Technology

You might also like to view...

Access can build complete databases or retrieve data from tables of existing databases

Indicate whether the statement is true or false

Computer Science & Information Technology

Google+ accepts photos in most common image formats such as GIF, PNG, and JPEG

Indicate whether the statement is true or false

Computer Science & Information Technology