Use the pstree and ps commands to find out how many mingetty processes are running on your system. Show your command runs with outputs.

Our system is running six mingetty processes as shown by the outputs of the following commands.


```
$ ps -e | grep mingetty | wc -l
6
$ pstree | grep "mingetty"
|-6*[mingetty]
$
```

Computer Science & Information Technology

You might also like to view...

To monitor who is logged in to a UNIX/Linux systems, use the ____ command.

A. top B. who C. free D. df

Computer Science & Information Technology

If you want fewer records to display, you should use which operator in your filter?

A) NOR B) OR C) AND D) NOT

Computer Science & Information Technology

Most organizations store their data in a ________ in order to ensure their data are secure, accurate, and consistent

A) formatted workbook B) relational database C) presentation file D) document

Computer Science & Information Technology

As the network engineer, you're shown the following IP address information: 192.168.10.33 / 255.255.255.248. Identify the broadcast address

A) 192.168.10.40 B) 192.168.10.255 C) 192.168.255.255 D) 192.168.10.39

Computer Science & Information Technology