[TABS_R id=9422]
A technician logs on to a Linux computer and runs the following command:
ps -aux | grep vi
Which of the following MOST accurately describes the effect of the command?
- It kills any running programs starting with the letters vi.
- It opens a list of directories that start with the letters vi.
- It creates a new file named grep in the current working directory.
- If finds a list of processes running a text editor.
[TABS_R id=9422]