CentOS에서 network printer로 출력을 하는 방법 중, lpr 명령어를 사용하는 방법이 있습니다. 출력을 하려면 아래 절차대로 진행해야 합니다. cups install yum install -y cups foomatic install 이것을 설치하지 않을 경우 lpadmin 명령어로 프린터 등록 시도 시 "Unable to connect to server" 에러 발생 yum install -y foomatic cups 설정 # vi /etc/cups/cupsd.conf ---- # Listen localhost:631 Listen *:631 Order allow,deny Allow 192.168.0.0/24 #프린트 허용IP대역 Order allow,deny Allow 192.168.0..