07-10-2012, 03:10 PM
|
#2
|
LQ Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
|
If you're using CUPS you should be able to point your browser to the hostname and port 631. e.g. browser on the server itself go put localhost:631. In there you can look at Jobs (which is queues).
From command line you might see what you're interested in with lp commands. (e.g. lpstat). Type "man lpstat" for more details. The command line to cancel a job is "cancel" with the job specified. Type "man cancel" for more details.
|
|
|