Suppose that you are a system administrator of a LINUX/UNIX computer system. What command will you use to remove all print jobs for the user bill on the system?
The following command can be used to accomplish the given task. Assume that the printer name is hp7.
```
v$ lprm –Php7 bill
[ command output—IDs of the removed jobs ]
$
```
Computer Science & Information Technology
You might also like to view...
Any ________ validation is a way to use an input message to communicate data entry rules and/or expectations to the user
A) input B) data C) value D) text
Computer Science & Information Technology
The ________ argument is used when you want to speculate about what the interest rate would be when using the RATE function
A) pv B) type C) fv D) guess
Computer Science & Information Technology