 |
» |
|
|
 |
 |
 |
如何在Red Hat Linux 下安装打印机? |
 |
 |
 |
 |
| 如果要在Red Hat Linux 打印服务器上使用HP 打印服务器管理器软件,必须在每个打印服务器上启用rexec
服务。要启用rexec 服务,请执行以下步骤: |
| 1. |
对于带有inetd 的系统,请确保/etc/inetd.conf 文件中有以下一行,并确保该行没有被注释掉:对于带有xinetd
的系统,请执行以下命令:/sbin/chkconfig rexec onexec stream
tcp nowait root/usr/sbin/tcpd in.rexecd |
| 2. |
从/etc/pam.d/rexec 文件注释掉(或删除)下列行:auth required/lib/security/pam_securetty.so
|
| 3. |
重新启动rexec 服务。
对于带有inetd 的系统,请执行以下命令:/etc/rc.d/init.d/inet stop/etc/rc.d/init.d/inet
start
对于带有xinetd 的系统,请执行以下命令:/etc/rc.d/init.d/xinetd stop
/etc/rc.d/init.d/xinetd start
|
| |
|
| |
|
|
|
|
 |
|
 |
|
| |
|