Printing on UNIX Sys V: Finding Printer Names

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
  • Tags Tags
    Unix
AI Thread Summary
To look up the names of printers connected to a server running AT&T Unix System V, the 'LPD' daemon is utilized for printing. Printer configurations are typically stored in the /etc/printers.conf file. The command 'lpstat -v' can be used to display all available printers and their associated devices. It is advisable to consult the manual for 'lpstat' to explore its various options for more detailed information.
tandoorichicken
Messages
245
Reaction score
0
Is there a way to look up the names of printers hooked up to a particular server? I'm trying to print some of my old homework assignments that I accessed using SSH. The OS is UNIX Sys. V.
 
Computer science news on Phys.org
Well, since you're using AT&T Unix System V, printing is done via the 'LPD' daemon. The standard nowadays is to store printer configuration(s) in /etc/printers.conf. I can't say much for the standard then, but give it a try.

Edit: I take it you're using AT&T Unix System V, but you mentionted SSH. Can you specify the exact Unix you're using?
 
Last edited:
you can just do:

lpstat -v

This will show all the printers and what devices they are attached to.

I would read the manual for lpstat since there are a bunch of options
 
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top