Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lpq(1) [ultrix man page]

lpq(1)							      General Commands Manual							    lpq(1)

Name
       lpq - spool queue examination program

Syntax
       lpq [ options ] [ job #...  ] [ user...	]

Description
       The  command  examines  the  spooling  area used by for printing files on the printer, and reports the status of jobs.  The command invoked
       without any arguments reports on any jobs currently in the default queue.

       When jobs are being printed, reports the queue as being ``active''.  For each job submitted, reports the user's name, current rank  in  the
       queue,  the names of files comprising the job, the job identifier and the total size in bytes.  The job identifier is a number which may be
       supplied to to remove a specific job.

       Job ordering is determined by the FIFO (First In, First Out) algorithm used to scan the spooling  directory.   When  the  queue	is  empty,
       reports that there are ``no entries''.

       File  names  may  be unavailable for some jobs, for example, if the command is used without specifying a file name, or if is used in a pipe
       line.  If file names are unavailable, the file name reported by is ``standard input''.

Arguments
       job #...    Causes to report on only the job number(s) specified.

       user...	   Causes to report on only the jobs for the specified user(s).

Options
       +n   Scan and display the spool queue until the queue is empty.	The queue is scanned every n seconds, if  no  argument	is  specified  the
	    queue is scanned every 30 seconds.

       -l   Display the status of each job on more than one line if necessary.	If this option is not used, the status of each job is displayed on
	    one line.

       -Pprinter
	    Report the status of the spool queue for the printer specified.  If this option is not used, the spool  queue  displayed  is  the  one
	    defined by the PRINTER environment variable.  If a queue is not defined by the PRINTER environment variable, the spool queue displayed
	    is for the printer named ``lp'' in the file.

Restrictions
       The displayed status of the spool queue may not always be the current status.  This is because jobs may be completed after  the	queue  has
       been examined, but before the status has been displayed.

Error Messages
       Two of the most common error messages from are:

       Warning: no daemon present (R)
       A daemon is not available for the specified printer.  Refer to the command to find out how to restart the printer daemon.

       unknown printer (R)
       The printer specified as an argument to the -P option, doesn't have an entry in the file.

Files
       For manipulating the screen for repeated display

       To determine printer characteristics

       The spooling directory, as determined from printcap

       Control files specifying jobs

       The lock file to obtain the currently active job

See Also
       lpr(1), lprm(1), lpc(8), lpd(8)

																	    lpq(1)

Check Out this Related Man Page

lprm(1) 						      General Commands Manual							   lprm(1)

Name
       lprm - remove jobs from line printer queue

Syntax
       lprm [-Pprinter] [-] [job #...] [user...]

Description
       The  command removes a job, or jobs, from a printer's spool queue.  Since the spooling directory is protected from users, using is normally
       the only method by which a user may remove a job.

       The command without any arguments deletes the currently active job if it is owned by the user who invoked

       If the - flag is specified, removes all jobs which a user owns.	If the super-user employs this flag, the spool queue is emptied  entirely.
       The owner is determined by the user's login name and host name on the machine where the command was invoked.

       Specifying  a user's name, or list of user names, causes to attempt to remove any jobs queued belonging to that user (or users).  This form
       of invoking is useful only to the super-user.

       A user may dequeue an individual job by specifying its job number.  This number may be obtained from the program.  For example,
       % lpq -l

       1st: ken  [job #013ucbarpa]
	    (standard input)	100 bytes
       % lprm 13

       The command announces the names of any files it removes and is silent if there are no jobs in the queue which match the request list.

       The command kills off an active daemon, if necessary, before removing any spooling files.  If a daemon is killed, a new	one  is  automati-
       cally restarted upon completion of file removals.

Options
       -		   Removes all jobs owned by you only.

       -P printer	   Removes jobs from specified printer.  It may be used to specify the queue associated with a specific printer (otherwise
			   the default printer, or the value of the PRINTER variable in the environment is used).

Restrictions
       Since there are race conditions possible in the update of the lock file, the currently active job may be incorrectly identified.

Diagnostics
       ``Permission denied" if the user tries to remove files other than his own.

Files
       /etc/printcap	   printer characteristics file
       /usr/spool/*	   spooling directories
       /usr/spool/*/lock   lock file used to obtain the pid of the current
			   daemon and the job number of the currently active job

See Also
       lpq(1), lpr(1), lpd(8)

																	   lprm(1)
Man Page