Jump to content

System V printing system

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Tonybrown100 (talk | contribs) at 13:49, 10 January 2007 (→‎External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The UNIX System V printing system is one of several standard architectures for printing on the UNIX platform, and is typical of commercial System V-based operating systems such as Solaris and SCO OpenServer. A system running this print architecture could traditionally be identified by the use of the user command lp as the primary interface to the print system, as opposed to the BSD lpr command, though some systems provide lpr as an alias to lp.

Typical user commands available to the SysV print system are:

  • lp -- the user command to print
  • lpstat -- shows the current print queue
  • cancel -- deletes a job from the print queue
  • lpadmin -- a sysadmin command that configures the print system
  • lpmove -- a sysadmin command that moves jobs between queues

The original System V printing system remains proprietary; however, the Solaris print system, heavily modified from the original, is open source as part of the OpenSolaris project. The Common Unix Printing System emulates both System V and Berkeley print architectures on the interface level, though its internal architecture is different from both.

See also