Printing on UNIX Sys V: Finding Printer Names

  • Thread starter Thread starter tandoorichicken
  • Start date Start date
  • Tags Tags
    Unix
Click For Summary
SUMMARY

To find printer names on AT&T UNIX System V, utilize the 'LPD' daemon and check the printer configurations stored in /etc/printers.conf. The command lpstat -v effectively lists all available printers and their corresponding devices. For comprehensive usage, refer to the manual for lpstat, which details various options for enhanced functionality.

PREREQUISITES
  • Familiarity with AT&T UNIX System V
  • Understanding of the LPD printing system
  • Basic command-line skills in UNIX
  • Knowledge of file system structure, specifically /etc directory
NEXT STEPS
  • Read the manual for lpstat to explore its options
  • Research printer configuration management in UNIX
  • Learn about troubleshooting printing issues in UNIX environments
  • Explore advanced printing commands and their applications
USEFUL FOR

System administrators, UNIX users, and anyone involved in managing or troubleshooting printing services on AT&T UNIX System V.

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
 

Similar threads

Replies
4
Views
3K
Replies
27
Views
19K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 3 ·
Replies
3
Views
14K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 2 ·
Replies
2
Views
7K