Content deleted Content added
typo, must be either "to a remote printer" or "to remote printers", but not a mix. went for the former. |
macOS not Mac OS X |
||
Line 1:
{{Infobox networking protocol|title=Line Printer Daemon|purpose=Submitting print jobs to a remote printer|rfcs=RFC 1179|ports=515<ref name="rfc">{{Cite IETF|title=Line Printer Daemon Protocol|rfc=1179|date=August 1990}}</ref>|date={{Start date and age|1983}}|based on=[[Berkeley printing system]]}}
The '''Line Printer Daemon protocol/Line Printer Remote protocol''' (or '''LPD''', '''LPR''') is a network [[printing protocol]] for submitting print jobs to a remote printer. The original implementation of LPD was in the [[Berkeley printing system]] in the [[BSD]] UNIX operating system; the [[LPRng]] project also supports that protocol. The [[Common Unix Printing System]] (or CUPS), which is more common on modern [[Linux]] distributions and also found on [[
==Usage ==
A server for the LPD protocol listens for requests on TCP port 515. A request begins with a byte containing the request code, followed by the arguments to the request, and is terminated by an ASCII [[Newline|LF]] character.
|