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.