Linux Commands Helper
💬 Your AI-powered Linux assistant
lprm Command - Remove Print Jobs
The lprm command is used to remove print jobs from the print queue.
Syntax
lprm [options] [job_ID...]
Examples
lprm 123
Remove the print job with ID 123.
lprm -
Remove all print jobs for the current user.
Notes
- You must have the appropriate permissions to remove other users' print jobs.
- Useful for managing and controlling the print queue.